Skip to content

Add include_self=False parameter to functions which return lists/querysets #46

Open
@jvacek

Description

django_mptt had a nice option to include the current node in the functions which return descendants, children, etc. It is documented here

It would be nice to be able to call get_children(include_self=True) or get_children_queryset(include_self=True), and get the node in the list as well

Fund with Polar

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

  • Status

    Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions