If I have a structure with one level of child objects I can easily get them through parent.child_set.all() However I want to get childs of childs as objects from database. Must I really tinker away with recursion or is there some simpler django queryset method to get all child-related objects?
If I have a structure with one level of child objects I can easily
Share
Something in “other directions” should work, so it would be e.g.: