diff --git a/README.rst b/README.rst index 89e31c5..a72771b 100644 --- a/README.rst +++ b/README.rst @@ -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 +`__ exists and includes +a version of the django-mptt ``tree_info`` filter. Feel free to check it out.