When I have a circular relation, e.g. every object in the database ends up being dumped out.
Did I use the limiting via exclude? Yes.
But it still dumps out everything.
I would like a feature that would limit the dependency circle to 1.
E.g.
Location => City(1) => Locations(1) => City(Already exists)
Currently, because in the above, a City has a lot of locations, every location gets included, I wish it was limited to 1.
I'm very sure this is not explained clearly, but I hope it is clear enough to get the picture :D
When I have a circular relation, e.g. every object in the database ends up being dumped out.
Did I use the limiting via
exclude? Yes.But it still dumps out everything.
I would like a feature that would limit the dependency circle to 1.
E.g.
Location => City(1) => Locations(1) => City(Already exists)
Currently, because in the above, a City has a lot of locations, every location gets included, I wish it was limited to 1.
I'm very sure this is not explained clearly, but I hope it is clear enough to get the picture :D