Skip to content

Commit

Permalink
django-tree-queries 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Apr 25, 2024
1 parent 78fb7ba commit ec23dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
Next version
~~~~~~~~~~~~

0.19 (2024-04-25)
~~~~~~~~~~~~~~~~~

- Reimplemented the rank table construction using a real queryset; this enables
support for pre-filtering the tree queryset using ``.tree_filter()`` and
``.tree_exclude()``. Thanks rhomboss!
Expand Down
2 changes: 1 addition & 1 deletion tree_queries/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0"

0 comments on commit ec23dc1

Please sign in to comment.