Add include_self=False
parameter to functions which return lists/querysets
#46
Labels
enhancement
New feature or request
django_mptt
had a nice option to include the current node in the functions which return descendants, children, etc. It is documented hereIt would be nice to be able to call
get_children(include_self=True)
orget_children_queryset(include_self=True)
, and get the node in the list as wellThe text was updated successfully, but these errors were encountered: