The Basics
Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances.
Grab the Repository – svn checkout http://django-mptt.googlecode.com/svn/trunk/
Recent Commits
-
107 was committed 1 week, 1 day ago.
Removed an unused import since signal refactor in Django.
-
106 was committed 1 week, 1 day ago.
Updated signal code to work with Django Alpha 2. Fixes issue #27. Thanks Gerry.Eisenhaur for the patch.
-
105 was committed 3 months, 1 week ago.
Added position_choices argument to mptt.forms.MoveNodeForm
-
100 was committed 6 months, 4 weeks ago.
Implemented insertion ordering based on multiple fields - the order_insertion_by argument to mptt.register must now be a list or other iterable of field names
-
94 was committed 7 months ago.
Re-added a blank __init__.py to the test app
-
93 was committed 7 months ago.
Moved tests into test.py in test app so they’re not run when applications which use mptt are tested
-
92 was committed 7 months ago.
pre_save now checks for a raw flag, so you can use fixtures with mptt if you’re willing to apply a small patch to Django. Thanks, myer0052
-
91 was committed 7 months, 1 week ago.
Added 0.2.1 to CHANGELOG
-
90 was committed 7 months, 1 week ago.
__init__.py doesn’t import code which requires a settings module until it’s needed, so setup.py can now safely get version information from it
-
89 was committed 7 months, 1 week ago.
Bumped version number to 0.3-pre