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.18.0 to 0.19.0 #547

Merged
merged 1 commit into from
May 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2024

Bumps django-tree-queries from 0.18.0 to 0.19.0.

Changelog

Sourced from django-tree-queries's changelog.

Change log

Next version


0.19 (2024-04-25)
  • Reimplemented the rank table construction using a real queryset; this enables support for pre-filtering the tree queryset using .tree_filter() and .tree_exclude(). Thanks rhomboss!
  • Added a .tree_fields() method to allow adding additional columns to the tree queryset, allowing collecting ancestors fields directly when running the initial query. For example, .tree_fields(tree_names="name") will collect all name fields in a tree_fields array on the model instances. For now the code only supports string fields and integer fields.

0.18 (2024-04-03)


- Fixed broken SQL which was generated when using a tree query with
  ``EXISTS()`` subqueries.

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.

... (truncated)

Commits
  • ec23dc1 django-tree-queries 0.19
  • 78fb7ba Reformat the SQL statements to look more similar to each other
  • 7cd5567 Drop the overactive column aliasing
  • 2d79dfa Use an order value which is obviously not ROW_NUMBER for the unit test
  • 42e797c Test tree_fields() with integer fields
  • 5dcda6d tree_fields() basically works
  • 5ce3bec MySQL support for tree_fields?
  • d292397 Amend the CHANGELOG
  • 24639fc sqlite support for tree_fields()
  • 873fe07 Rename the functionality from extra fields to tree fields
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 28, 2024
@amstilp
Copy link
Contributor

amstilp commented May 1, 2024

@dependabot rebase

Bumps [django-tree-queries](https://github.com/matthiask/django-tree-queries) from 0.18.0 to 0.19.0.
- [Changelog](https://github.com/feincms/django-tree-queries/blob/main/CHANGELOG.rst)
- [Commits](feincms/django-tree-queries@0.18...0.19)

---
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 force-pushed the dependabot/pip/django-tree-queries-0.19.0 branch from 606d37e to 1a23822 Compare May 1, 2024 18:17
@github-actions github-actions bot mentioned this pull request May 1, 2024
@amstilp amstilp merged commit 1a6232e into main May 1, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-tree-queries-0.19.0 branch May 1, 2024 19:17
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.

1 participant