Issue 2: A template tag for working with "trees" of model instances
Status:  Fixed
Owner:
Closed:  Jan 2008
Project Member Reported by jonathan.buchanan, Jan 1, 2008
Use case:

I have a list of model instances retrieved using `TreeManager`.

I want to display this data hierarchically in a template, let's say as a
list of lists of lists.

Make it easy for me.

Don't force me to look at the documentation every time I need to do this
after the first few times.
Jan 3, 2008
Project Member #1 jonathan.buchanan
Turns out that a combination a filter and {% for %} unpacking was simple enough to do
this.

Added a `tree_info` template filter and a `full_tree_for_model` template tag in
revision 34.
Status: Fixed