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
locale
static
templates
templatetags
tests
__init__.py 22 B 1.62a
admin.py 4.6 KB Don't disable drag handlers on p(age) and all GET params
al_tree.py 11.1 KB Improvements for AL_Node
exceptions.py 617 B moved docstrings of exceptions&forms to exceptions.rst and forms.rst
forms.py 6.6 KB i18n issue #19
models.py 19.3 KB Fixed a bug when trying to introspect the database engine used in Django 1.2+ while using new style db settings (DATABASES). Added Node.get_database_engine to deal with this.
mp_tree.py 36.1 KB fixed bug when moving MP_Nodes, patched by Matt Hoskins, fixes bug #27
ns_tree.py 21.2 KB ns_tree.is_root doesn't to extra calls to get_root
numconv.py 3.8 KB updated numconv to the latest release