Commit graph

3 commits

Author SHA1 Message Date
asau
2f8b0d9492 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
adam
9528a3b255 Changes 0.5.4:
Bug fixes.
2012-08-26 12:54:17 +00:00
adam
130afff9ed Utilities for implementing Modified Preorder Tree Traversal with your
Django Models and working with trees of Model instances.

MPTT is a technique for storing hierarchical data in a database. The aim is to
make retrieval operations very efficient.

The trade-off for this efficiency is that performing inserts and moving
items around the tree is more involved, as there's some extra work
required to keep the tree structure in a good state at all times.
2012-01-08 07:48:36 +00:00