Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-treebeard from 4.5.1 to 4.6.0 #813

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps django-treebeard from 4.5.1 to 4.6.0.

Changelog

Sourced from django-treebeard's changelog.

Release 4.6 (Jan 2, 2023)

  • Drop support for Django 3.1 and lower.
  • Add support for Django 4.0 and 4.1.
  • Drop support for Python 3.7 and lower.
  • Add support for Python 3.10 and Python 3.11.
  • Change the return value of delete() for all node classes to be consistent with Django, and return a tuple of the number of objects deleted and a dictionary with the number of deletions per object type.
  • Change the delete() methods for all node classes to accept arbitrary positional and keyword arguments which are passed to the parent method.
  • Set alters_data and queryset_only attributes on the delete() methods for all node classes to prevent them being used in an unwanted context (e.g., in Django templates).
  • Drop dependency on jQuery UI in the admin.
Commits
  • f169271 Bump to version 4.6.0
  • 0fa5837 Update node delete() methods to match Django's delete API. (#263)
  • 2648c2d Drop dependency on jQuery UI. (#261)
  • c533245 Fix version range for Django 4.0 in tests.
  • 3af4568 Update mp-tree documentation for modern versions of Django (#262)
  • cf7d69f Added Hungarian translation (#255)
  • d30d852 Added sample use of get_annotated_list_qs to documentation (#236)
  • ddd891c Fixed #176 -- Made MoveNodeForm save already constructed instance.
  • 9ef699d Add test case for issue #176
  • 7a93cd4 Update supported versions and test matrix.
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.5.1 to 4.6.0.
- [Release notes](https://github.com/django-treebeard/django-treebeard/releases)
- [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES.md)
- [Commits](django-treebeard/django-treebeard@4.5.1...4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 9, 2023

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants