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-tree-queries from 0.16.1 to 0.17.0 #521

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2024

Bumps django-tree-queries from 0.16.1 to 0.17.0.

Changelog

Sourced from django-tree-queries's changelog.

Change log

Next version


0.17 (2024-03-26)

  • Preserved the tree ordering even when using .values() or .values_list(). Thanks Glenn Matthews!
  • Added support for descending sibling ordering, multi-field sibling ordering, and related field sibling ordering. Thanks rhomboss!

0.16 (2023-11-29)


- Added Python 3.12, Django 5.0.
- Fixed a problem where ``.values()`` would return an incorrect mapping. Thanks
  Glenn Matthews!
- Started running tests periodically to catch bugs earlier.

0.15 (2023-06-19)

  • Switched to ruff and hatchling.
  • Dropped Django 4.0.
  • Added Python 3.11.
  • Added a .without_tree_fields() method which calls .with_tree_fields(False) in a way which doesn't trigger the flake8 boolean trap linter.

0.14_ (2023-01-30)


.. _0.14: https://github.com/matthiask/django-tree-queries/compare/0.13...0.14
  • Changed the behavior around sibling ordering to warn if using Meta.ordering where ordering contains more than one field.
  • Added Django 4.2a1 to the CI.
  • Django 5.0 will require Python 3.10 or better, pruned the CI jobs list.
  • Added quoting to the field name for the ordering between siblings so that fields named order can be used. Thanks Tao Bojlén!
  • Narrowed exception catching when determining whether the ordering field is an integer field or not. Thanks Tao Bojlén.

</tr></table>

... (truncated)

Commits
  • 13303c3 django-tree-queries 0.17
  • bc17cd4 Add support for descending sibling ordering, multi-field sibling ordering, an...
  • 4ac70b5 Django 5.0 has been released for some time
  • See full diff 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 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-tree-queries](https://github.com/matthiask/django-tree-queries) from 0.16.1 to 0.17.0.
- [Changelog](https://github.com/feincms/django-tree-queries/blob/main/CHANGELOG.rst)
- [Commits](feincms/django-tree-queries@0.16.1...0.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2024

Superseded by #530.

@dependabot dependabot bot closed this Apr 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-tree-queries-0.17.0 branch April 7, 2024 03:35
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