Closed gevezex closed 3 years ago
Hey @gevezex
Use node.children.all()
, or whatever the related_name
value of your model is.
This isn't specific to django-tree-queries; just use Django's related manager for this.
I hope this helps :)
Thnx! And also thnx for this great library 👏🏼
Thank you! You're welcome :)
How can I get only the children instead of all the decsendants?