bfirsh / django-mptt

It's MPTT, but with abstract model awesomeness.

This URL has Read+Write access

name age message
file .gitignore Mon Sep 21 03:49:50 -0700 2009 Added .gitignore [bfirsh]
file CHANGELOG.rst Mon Sep 21 05:26:30 -0700 2009 Github friendly filenames [bfirsh]
file INSTALL.rst Mon Sep 21 05:26:30 -0700 2009 Github friendly filenames [bfirsh]
file LICENSE.rst Mon Sep 21 05:26:30 -0700 2009 Github friendly filenames [bfirsh]
file MANIFEST.in Fri Dec 28 14:43:03 -0800 2007 Initial addition to source control as an indepe... [jonathan.buchanan]
file NOTES.rst Mon Sep 21 05:26:30 -0700 2009 Github friendly filenames [bfirsh]
file README.rst Mon Sep 21 05:26:30 -0700 2009 Github friendly filenames [bfirsh]
directory docs/ Mon Sep 21 05:26:30 -0700 2009 Github friendly filenames [bfirsh]
directory mptt/ Mon Sep 28 02:35:14 -0700 2009 It's now possible to create your own tree manag... [bfirsh]
file setup.py Fri Jan 11 17:39:34 -0800 2008 Marked template tag strings for translation; fi... [jonathan.buchanan]
README.rst

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.