django-treenode icon indicating copy to clipboard operation
django-treenode copied to clipboard

:deciduous_tree: probably the best abstract model/admin for your tree based stuff.

Results 16 django-treenode issues
Sort by recently updated
recently updated
newest added

Hello! I want to share the experience of using the module. Today I see many of its advantages and two main disadvantages. One of them I want to discuss. This...

enhancement

Examples would be appreciated.

enhancement
help wanted
good first issue

Thank you for providing this nice library. I am using it in a scientific project for twitter analysis. However, the db inserts seem to slow down a lot after a...

enhancement

Would be a nice feature to change tree in the changelist view with just drag-and-drop

enhancement

`django_mptt` had a nice option to include the current node in the functions which return descendants, children, etc. [It is documented here](https://django-mptt.readthedocs.io/en/stable/mptt.models.html#mptt.models.MPTTModel.get_ancestors) It would be nice to be able to...

enhancement

- `get_leaves_pks` - `get_leaves_queryset` - `get_leaves`

enhancement

updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.15 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.15...v0.2.0)

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Release notes Sourced from pre-commit's releases. pre-commit v3.6.0 Features Check minimum_pre_commit_version first when parsing configs. #3092 PR by @​asottile. Fixes...

dependencies
python

@fabiocaccamo , have you seen [django-fast-treenode](https://github.com/TimurKady/django-fast-treenode) ? I [suggested](https://github.com/TimurKady/django-fast-treenode/issues/4) that perhaps the changes in django-fast-treenode should be contributed to this package rather than maintained separately. What do you think? ##...

enhancement

Cool library. Since this library describes itself as "probably the best abstract model/admin for your tree based stuff," would you consider including a comparison with alternatives like [django-treebeard](https://github.com/django-treebeard/django-treebeard) and [django-tree](https://github.com/BertrandBordage/django-tree)...

enhancement