Skip to content

Commit ea22c47

Browse files
committed
django-tree-queres 0.21.2
1 parent 397644d commit ea22c47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Next version
99
tools automatically importing this module are allowed to work.
1010
- Added an example migration to the documentation for migrating from
1111
django-mptt to django-tree-queries. Thanks to @felixmm for providing this!
12+
- Avoided fetching ancestors of nodes without parents. Thanks to @felixmm!
1213

1314

1415
0.21 (2025-09-16)

tree_queries/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.21.1"
1+
__version__ = "0.21.2"

0 commit comments

Comments
 (0)