django-tree-queries icon indicating copy to clipboard operation
django-tree-queries copied to clipboard

A way to output tree fields on values() call

Open yakovyarmo opened this issue 9 months ago • 1 comments

Hi, Is there any way to get tree_path and tree_depth on values() call? for example:

Node.objects.with_tree_fields().values()

or

Node.objects.with_tree_fields().values('tree_depth')

yakovyarmo avatar May 07 '24 12:05 yakovyarmo