A basic admin class that displays tree items according to their position in the tree. No extra editing functionality beyond what Django admin normally offers.
A form which validates that the chosen parent for a node isn’t one of it’s descendants.
A ModelAdmin to add changelist tree view and editing capabilities. Requires FeinCMS to be installed.