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
Tag
1.61
Filename Size Date modified Message
locale
templates
templatetags
__init__.py 21 B 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.
admin.py 270 B tweaking benchmarks.rst
al_tree.py 11.1 KB making ugly comments prettier
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 34.2 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.
ns_tree.py 21.1 KB removing unused import in ns_tree
numconv.py 3.8 KB updated numconv to the latest release
tests.py 72.7 KB making ugly comments prettier