pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-mptt
Module Name: pkgsrc
Committed By: adam
Date: Sun Jan 8 07:48:36 UTC 2012
Update of /cvsroot/pkgsrc/www/py-django-mptt
In directory ivanova.netbsd.org:/tmp/cvs-serv15065
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.
Status:
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/www/py-django-mptt/DESCR
N pkgsrc/www/py-django-mptt/distinfo
N pkgsrc/www/py-django-mptt/Makefile
N pkgsrc/www/py-django-mptt/PLIST
No conflicts created by this import
Home |
Main Index |
Thread Index |
Old Index