We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397644d commit ea22c47Copy full SHA for ea22c47
CHANGELOG.rst
@@ -9,6 +9,7 @@ Next version
9
tools automatically importing this module are allowed to work.
10
- Added an example migration to the documentation for migrating from
11
django-mptt to django-tree-queries. Thanks to @felixmm for providing this!
12
+- Avoided fetching ancestors of nodes without parents. Thanks to @felixmm!
13
14
15
0.21 (2025-09-16)
tree_queries/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.21.1"
+__version__ = "0.21.2"
0 commit comments