Feb
28
django-mptt
Nested Set trees.
A register() call is used to set things up; it ads the necessary fields to the model.
A tree model still has a foreign key to itself. This is the API you use to manage the tree. Signals are used that the hidden tree fields are updated when the parent ForeignKey changes. No add_child() [...]
