File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ Change log
4
4
`Next version `_
5
5
~~~~~~~~~~~~~~~
6
6
7
- .. _Next version : https://github.com/matthiask/django-tree-queries/compare/0.10...main
7
+ .. _Next version : https://github.com/matthiask/django-tree-queries/compare/0.11...main
8
+
9
+
10
+ `0.11 `_ (2022-06-10)
11
+ ~~~~~~~~~~~~~~~~~~~~
12
+
13
+ .. _0.11 : https://github.com/matthiask/django-tree-queries/compare/0.10...0.11
14
+
15
+ - Fixed a crash when running ``.with_tree_fields().distinct().count() `` by 1.
16
+ avoiding to select tree fields in distinct subqueries and 2. trusting the
17
+ testsuite.
8
18
9
19
10
20
`0.10 `_ (2022-06-07)
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 10 , 0 )
1
+ VERSION = (0 , 11 , 0 )
2
2
__version__ = "." .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments