Skip to content

build(deps): bump django-treebeard from 4.7.1 to 5.3.0#14390

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

build(deps): bump django-treebeard from 4.7.1 to 5.3.0#14390
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-treebeard-5.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps django-treebeard from 4.7.1 to 5.3.0.

Changelog

Sourced from django-treebeard's changelog.

Release 5.3.0 (Jun 24, 2026)

Treebeard 5.3.0 is a minor release release.

  • Added support for loading data for many-to-many relationships with load_bulk(). These were previously exported when using dump_bulk(), but were not handled when loading the same data.
  • Fixed an exception arising when running delete() operations on querysets that had a prefetch.
  • Added a warning when the default manager for a model extending a Treebeard Node class does not subclass the corresponding Treebeard model manager. This will raise an error in the next major release of Treebeard.

Release 5.2.2 (Jun 5, 2026)

Treebeard 5.2.2 is a bugfix release.

Release 5.2.1 (Jun 2, 2026)

Treebeard 5.2.1 is a bugfix release.

  • Fixed import error for type annotation unavailable on Python 3.10.

Release 5.2.0 (Jun 2, 2026)

Treebeard 5.1.0 is a minor release that includes some bug fixes.

New features:

  • Added a bulk_create option to MP_Node.load_bulk(), that creates database entries in bulk instead of one at a time.
  • Added signals to MP_Node, NS_Node and LT_Node implementations to allow external data stores to stay in sync with Treebeard-based models.

Big fixes:

  • Fixed MP_Node paths being incremented unnecessarily when saving nodes with node_order_by in the admin.
  • Optimised MoveNodeForm to skip move logic if no treebeard-specific fields were modified.
  • Changed the unique constraint for LTree.path to be deferrable, so that move operations do not fail. This requires a database migration for projects using the experimental LTree implementation.

Release 5.1.0 (May 12, 2026)

Treebeard 5.1.0 is a bugfix release.

  • Fixed add_child and add_sibling behaviour for inherited models using NS_Node.

... (truncated)

Commits
  • 98ee4ac Bump to version 5.3.0
  • 8f4db3f Fix related name conflicts in test models.
  • bd8b248 Add checks to ensure manager methods subclass Treebeard managers
  • b33a2fc Add regression test for #405
  • decc4f9 Add support for many-to-many relationships to Node.load_bulk()
  • 34fed3a fix: clear prefetch_related before iterator() in delete methods (fixes #405)
  • 3d0c1fc Revert change to MP_Node.get_ancestors() that caused a performance regression
  • e30fd33 Remove branch filter from publish action filter, as it is not additive
  • d944e63 Switch to using trusted publishing
  • d742182 Fix import error in Python 3.10. Ensure lowest supported Python version is ru...
  • 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 5.3.0.
- [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES.md)
- [Commits](django-treebeard/django-treebeard@4.7.1...5.3.0)

---
updated-dependencies:
- dependency-name: django-treebeard
  dependency-version: 5.3.0
  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 Jun 29, 2026
@cla-bot cla-bot Bot added the cla-signed CLA Bot: community license agreement signed label Jun 29, 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