Skip to content

Commit

Permalink
Fix #29: Still no template support, but point users to the utility li…
Browse files Browse the repository at this point in the history
…brary
  • Loading branch information
matthiask committed Aug 19, 2024
1 parent c8f5ea8 commit 5b94bad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,12 @@ structure is visualized using dashes etc. Those fields are
``tree_queries.fields.TreeNodeForeignKey``,
``tree_queries.forms.TreeNodeChoiceField``,
``tree_queries.forms.TreeNodeMultipleChoiceField``.


Templates
~~~~~~~~~

django-tree-queries doesn't include any utilities to help rendering trees in
templates. `django-tree-query-template
<https://github.com/triopter/django-tree-query-template>`__ exists and includes
a version of the django-mptt ``tree_info`` filter. Feel free to check it out.

0 comments on commit 5b94bad

Please sign in to comment.