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: 602.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/tabo/django-treebeard
hg clone ssh://hg@bitbucket.org/tabo/django-treebeard

Commit eff7959f5c38 Raw commit »

commit
eff7959f5c38
parent
6bfca0856598
branch
default

Potential backwards incompatible change:

Cleaned __init__.py, if you need Node you'll have to call it from it's
original location (treebeard.models.Node instead of treebeard.Node). Also
exceptions have been moved to treebeard.exceptions.

Added UPDATING file to document backwards incompatible changes.

Comments

    Log in to comment »

    File Lines added Lines removed
    MANIFEST 1
    UPDATING 8
    docs/index.rst 16 8
    setup.py 3 2
    treebeard/__init__.py 1 6
    treebeard/al_tree.py 2 1
    treebeard/models.py 3 22
    treebeard/mp_tree.py 2 1
    treebeard/ns_tree.py 2 1
    treebeard/tests.py 3 2