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