django-treebeard 4.7.1
0
Efficient tree implementations for Django
Contents
Efficient tree implementations for Django
Stars: 1112, Watchers: 1112, Forks: 216, Open Issues: 52The django-treebeard/django-treebeard
repo was created 14 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1112 github stars!
How to Install django-treebeard
You can install django-treebeard using pip
pip install django-treebeard
or add it to a project with poetry
poetry add django-treebeard
Package Details
- Author
- Gustavo Picon
- License
- Apache License 2.0
- Homepage
- https://github.com/django-treebeard/django-treebeard/
- PyPi:
- https://pypi.org/project/django-treebeard/
- GitHub Repo:
- https://github.com/django-treebeard/django-treebeard
Classifiers
- Software Development/Libraries
- Utilities
Related Packages
Errors
A list of common django-treebeard errors.
Code Examples
Here are some django-treebeard
code examples and snippets.
GitHub Issues
The django-treebeard package has 52 open issues on GitHub
- API methods don't support Model.save() arguments when calling it
- Save already constructed instance in MoveNodeForm
- No easy way to migrate from a parent foreign key to an MP_Node
- MP_Node.move : current node and target should be reloaded ?
- 28 tests fail with bad arguments for ChannelList constructor with Django 4.0
- How exactly to run and determine optimal value for Materialized Path's alphabet? (TREEBEARD_TEST_ALPHABET)
- add first child if there's no last child
- NS_Node add_child for middle node got (AttributeError: 'NoneType' object has no attribute '_cached_parent_obj')
- Admin form does not carry over when linking to foreign models