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
templates
templatetags
__init__.py 21 B preparing release 1.60, basically the same as 1.6 but makes pip/easy_install work again (1.6<1.52, but 1.60>1.52)
admin.py 270 B tweaking benchmarks.rst
al_tree.py 11.1 KB sib_order must be removed in AL_Node.dump_bulk only if it exists
exceptions.py 617 B moved docstrings of exceptions&forms to exceptions.rst and forms.rst
forms.py 6.5 KB fixed nodes updating in the admin
models.py 18.5 KB making the tests pass in django 1.0.X again
mp_tree.py 34.3 KB MP_Node.add_child was failing in sorted trees when adding to a parent with childs (needs django 1.1+ to be cleanly fixed)
ns_tree.py 21.1 KB removing unused import in ns_tree
numconv.py 5.8 KB making the latest version of pep8.py happy
tests.py 72.8 KB making the tests pass in django 1.0.X again