Gustavo Picon is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tabo / django-treebeard

Efficient tree implementations for Django 1.0+ :: https://tabo.pe/projects/django-treebeard/

Clone this repository (size: 646.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/tabo/django-treebeard
hg clone ssh://hg@bitbucket.org/tabo/django-treebeard
Filename Size Date modified Message
docs
tbbench
tbexample
treebeard
.hgignore 137 B treebeard.tests moved to it's own directory, added runtests.py and tox support. Fixed the tests to run in Python 2.4.
.hgtags 544 B Added tag 1.61 for changeset 1af1b23d695d
CHANGES 3.5 KB fixed bug when moving MP_Nodes, patched by Matt Hoskins, fixes bug #27
LICENSE 11.1 KB added apache license 2.0
MANIFEST.in 230 B updated MANIFEST.in so it won't include files from _build
NOTICE 0 B added apache license 2.0
README 724 B updating README
UPDATING 482 B The correct ordering in NS/MP trees is now enforced in the queryset.
runtests.py 2.7 KB style
setup.py 1.1 KB 1.62a
tox.ini 5.4 KB Updated tox.ini to use Django 1.3 instead of 1.3-rc1