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

django-treebeard / README

commit
0f2a87d336ee
parent
f45c785ede80
parent
b38bf3705bca
branch
1.6.X

merging from 1.61 tag to 1.6.X branch

1
387a01393630
   
2
387a01393630
django-treebeard
3
387a01393630
================
4
387a01393630
5
b510c7559b91
django-treebeard is a library that implements efficient tree implementations
6
b510c7559b91
for the Django Web Framework 1.0+, written by Gustavo Picón and licensed under
7
b510c7559b91
the Apache License 2.0.
8
387a01393630
9
b510c7559b91
django-treebeard is:
10
91c1816d84ea
11
b510c7559b91
- **Flexible**: Includes 3 different tree implementations with the same API:
12
b510c7559b91
13
b510c7559b91
  1. Adjacency List
14
b510c7559b91
  2. Materialized Path
15
b510c7559b91
  3. Nested Sets
16
b510c7559b91
17
b510c7559b91
- **Fast**: Optimized non-naive tree operations (see Benchmarks).
18
b510c7559b91
- **Easy**: Uses Django Model Inheritance with abstract classes to define your own
19
b510c7559b91
  models.
20
b510c7559b91
- **Clean**: Testable and well tested code base. Code/branch test coverage is above
21
b510c7559b91
  96%.
22
387a01393630
23
387a01393630
You can find the documentation in
24
387a01393630
25
b510c7559b91
    https://tabo.pe/projects/django-treebeard/docs/tip/