Contents

django-treebeard 4.7.1

0

Efficient tree implementations for Django

Efficient tree implementations for Django

Stars: 1063, Watchers: 1063, Forks: 210, Open Issues: 49

The django-treebeard/django-treebeard repo was created 14 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1063 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
No  django-treebeard  pypi packages just yet.

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 49 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

See more issues on GitHub

Related Packages & Articles