Next | Query returned 27 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2015-04-17 17:46:22 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 0.7.1:
Unknown
   2014-12-31 14:57:34 by Thomas Klausner | Files touched by this commit (125)
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
   2014-06-09 11:58:21 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 0.6.1:
point releast for django 1.7 compatibility
   2013-08-09 09:33:25 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 0.6.0:
mptt now requires Python 2.6+, and supports Python 3.2+
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-08-26 14:54:17 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 0.5.4:
Bug fixes.
   2012-01-08 08:48:36 by Adam Ciarcinski | Files touched by this commit (4) | Imported package
Log message:
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.


Next | Query returned 27 messages, browsing 21 to 30 | previous