Skip to content

build(deps): bump django-treebeard from 4.7.1 to 7.0.2 - #14625

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-treebeard-7.0.2
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-treebeard-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps django-treebeard from 4.7.1 to 7.0.2.

Changelog

Sourced from django-treebeard's changelog.

Release 7.0.2 (Sep 15, 2026)

Treebeard 7.0.2 is a bugfix release.

  • Used a non-nested view when filter/search is active in admin list views.

Releases 5.3.1, 6.0.1 and 7.0.1 (Aug 19, 2026)

Bugfixes in these releases:

  • Fixed erroneous no-op when moving MP_Node nodes with node_order_by set.

Release 7.0.0 (Aug 4, 2026)

  • Treebeard's Django admin integration (AdminTree) has been rewritten. The new implementation is significantly more performant and scalable, and implements lazy-loading for node children. Projects that had overridden TreeAdmin behaviour should consult the code for changes.
  • Added a max_depth argument to the get_tree() and get_descendants() methods, to allow control over the depth of the tree that is returned.
  • Improved the efficiency of get_descendant_count() to use a database count instead of fetching the entire queryset (for MP, NS and LT implementations).
  • Added support for Django 6.1.

Release 6.0.0 (Jul 20, 2026)

Treebeard 6.0.0 is a major release. It features a change to Treebeard's API.

The following methods that previously existing on the Node model class have now moved to the model manager instead:

  • load_bulk
  • dump_bulk
  • find_problems
  • fix_tree
  • get_tree
  • get_descendants_group_count
  • get_annotated_list_qs
  • get_annotated_list
  • get_root_nodes
  • get_first_root_node
  • get_last_root_node
  • get_children
  • get_children_count
  • get_siblings

... (truncated)

Commits
  • 79feee8 Bump to version 7.0.2
  • b6b4fb9 Fix search & filter on the whole ModelAdmin tree
  • 1ec1e0e Add benchmark for get_ancestors
  • 66af042 Add MSSQL/Django 6.1 to test matrix now that upstream library supports it
  • f0b8aa5 Consolidate release notes for 7.0.1, 6.0.1 and 5.3.1.
  • 6bfc0ea Bump to version 7.0.1
  • 66b720e Fix silent no-op on sorted move across parents
  • 8422425 Update supported versions to state support for v6
  • 8626237 Add explicit supported versions policy
  • a08ccb1 Bump to version 7.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-treebeard](https://github.com/django-treebeard/django-treebeard) from 4.7.1 to 7.0.2.
- [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES.md)
- [Commits](django-treebeard/django-treebeard@4.7.1...7.0.2)

---
updated-dependencies:
- dependency-name: django-treebeard
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file major A high priority issue which might affect a lot of people or large parts of the codebase labels Sep 21, 2026
@cla-bot cla-bot Bot added the cla-signed CLA Bot: community license agreement signed label Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file major A high priority issue which might affect a lot of people or large parts of the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants