public
Description: utilities for implementing a modified pre-order traversal tree in django
Homepage: http://code.google.com/p/django-mptt/
Clone URL: git://github.com/brosner/django-mptt.git
Search Repo:
name age message
folder CHANGELOG Thu Jan 24 18:58:56 -0800 2008 Implemented insertion ordering based on multipl... [jonathan.buchanan]
folder INSTALL Fri Dec 28 14:43:03 -0800 2007 Initial addition to source control as an indepe... [jonathan.buchanan]
folder LICENSE Fri Dec 28 14:43:03 -0800 2007 Initial addition to source control as an indepe... [jonathan.buchanan]
folder MANIFEST.in Fri Dec 28 14:43:03 -0800 2007 Initial addition to source control as an indepe... [jonathan.buchanan]
folder NOTES Fri Jan 11 20:36:57 -0800 2008 BACKWARDS-INCOMPATIBLE CHANGE - model registrat... [jonathan.buchanan]
folder README Fri Dec 28 14:43:03 -0800 2007 Initial addition to source control as an indepe... [jonathan.buchanan]
folder docs/ Thu Jan 24 18:58:56 -0800 2008 Implemented insertion ordering based on multipl... [jonathan.buchanan]
folder mptt/ Wed Feb 06 09:56:10 -0800 2008 Revert "fixed a backward incompatible chan... [brosner]
folder setup.py Fri Jan 11 17:39:34 -0800 2008 Marked template tag strings for translation; fi... [jonathan.buchanan]
README
===========
Django MPTT
===========

Utilities for implementing Modified Preorder Tree Traversal with your
Django Models and working with trees of Model instances.

For installation instructions, see the file "INSTALL" in this
directory; for instructions on how to use this application, and on what
it provides, see the file "overview.txt" in the "docs/" directory.