Skip to content

Commit

Permalink
tree_fields() basically works
Browse files Browse the repository at this point in the history
Fixes #65.
  • Loading branch information
matthiask committed Apr 25, 2024
1 parent 5ce3bec commit 5dcda6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Next version
tree queryset, allowing collecting ancestors fields directly when running the
initial query. For example, ``.tree_fields(tree_names="name")`` will collect
all ``name`` fields in a ``tree_fields`` array on the model instances. For
now the code only supports string fields and integer fields. Also,
MySQL/MariaDB aren't supported yet.
now the code only supports string fields and integer fields.


0.18 (2024-04-03)
Expand Down

0 comments on commit 5dcda6d

Please sign in to comment.