Skip to content

pip: (deps): bump django-treebeard from 4.8.0 to 5.3.0#3266

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

pip: (deps): bump django-treebeard from 4.8.0 to 5.3.0#3266
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/django-treebeard-5.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps django-treebeard from 4.8.0 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 06:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/django-treebeard-5.3.0 branch from 516fc9b to e684395 Compare July 1, 2026 08:12
Bumps [django-treebeard](https://github.com/django-treebeard/django-treebeard) from 4.8.0 to 5.3.0.
- [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES.md)
- [Commits](django-treebeard/django-treebeard@4.8.0...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 force-pushed the dependabot/pip/django-treebeard-5.3.0 branch from e684395 to e3cddcd Compare July 3, 2026 08:05
@sonarqubecloud

sonarqubecloud Bot commented Jul 3, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants