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-modelcluster from 6.0 to 6.3 #4342

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps django-modelcluster from 6.0 to 6.3.

Release notes

Sourced from django-modelcluster's releases.

6.3

  • Support filtering with Q objects (Shohan Dutta Roy)
  • Support random ordering with .order_by("?") (Shohan Dutta Roy)
  • Support distinct() on querysets (Shohan Dutta Roy)
  • Support iso_weekday and iso_year field lookups (Andy Babic)
  • Support datetime transform expressions on values and values_list (Andy Babic)
  • Fix: Correctly handle filtering on fields on related models when those fields have names that match a lookup type (Andy Babic)
  • Fix: Correctly handle null foreign keys when traversing related fields (Andy Babic)

6.2.1

  • Fix: Prevent failure on pre-3.1.0 versions of django-taggit without _remove_prefetched_objects

6.2

  • Added Django 5.0 support
  • Removed Django 4.1 support
  • Implement prefetching for ClusterTaggableManager (Andy Chosak)

6.1

  • Removed Django 2.2, 3.0, 3.1 & 4.0 support
  • Added Django 4.2 support (Irtaza Akram)
  • Fixed deprecation warning for removal of django.utils.timezone.utc (John-Scott Atlakson)
  • Fix: Avoid unnecessary call to localtime for timestamps already in UTC (Stefan Hammer)
  • Removed Python 3.7 support
  • Add Python 3.11 and 3.12 support
Changelog

Sourced from django-modelcluster's changelog.

6.3 (26.02.2024)

* Support filtering with Q objects (Shohan Dutta Roy)
* Support random ordering with `.order_by("?")` (Shohan Dutta Roy)
* Support `distinct()` on querysets (Shohan Dutta Roy)
* Support `iso_weekday` and `iso_year` field lookups (Andy Babic)
* Support datetime transform expressions on `values` and `values_list` (Andy Babic)
* Fix: Correctly handle filtering on fields on related models when those fields have names that match a lookup type (Andy Babic)
* Fix: Correctly handle null foreign keys when traversing related fields (Andy Babic)

6.2.1 (04.01.2024)

  • Fix: Prevent failure on pre-3.1.0 versions of django-taggit without _remove_prefetched_objects

6.2 (03.01.2024)

* Added Django 5.0 support
* Removed Django 4.1 support
* Implement prefetching for ClusterTaggableManager (Andy Chosak)

6.1 (04.10.2023)

  • Removed Django 2.2, 3.0, 3.1 & 4.0 support
  • Added Django 4.2 support (Irtaza Akram)
  • Fixed deprecation warning for removal of django.utils.timezone.utc (John-Scott Atlakson)
  • Fix: Avoid unnecessary call to localtime for timestamps already in UTC (Stefan Hammer)
  • Removed Python 3.7 support
  • Add Python 3.11 and 3.12 support
Commits
  • 7e53fce Version bump to 6.3
  • 80149f3 Release note for #185
  • 6b1c54f Add date transformation tests for values() and values_list()
  • 4c99432 Fix flaky str method on Log model
  • 9d5bb22 Add tests for iso_year and iso_week_day
  • 5730b5b Remove invalid use of datetfield__date in test
  • f0da490 Remove test functions for expressions that are now classed as 'datetime trans...
  • b3ba51b Give extract_field_value() the ability to detect and handle transform express...
  • abb3b28 Give get_model_field() the ability to detect and handle transformation expres...
  • c340aac Add some new utils to help detect and handle transforms for datetime, date an...
  • 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)

Bumps [django-modelcluster](https://github.com/wagtail/django-modelcluster) from 6.0 to 6.3.
- [Release notes](https://github.com/wagtail/django-modelcluster/releases)
- [Changelog](https://github.com/wagtail/django-modelcluster/blob/main/CHANGELOG.txt)
- [Commits](wagtail/django-modelcluster@v6.0...v6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.41%. Comparing base (7d721f0) to head (a19f323).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4342   +/-   ##
=======================================
  Coverage   98.41%   98.41%           
=======================================
  Files         267      267           
  Lines       20928    20928           
=======================================
  Hits        20596    20596           
  Misses        332      332           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

cypress bot commented Oct 21, 2024

Geotrek-admin    Run #10127

Run Properties:  status check passed Passed #10127  •  git commit 0e9a062603 ℹ️: Merge a19f3235a0f3b32d80ece12f84f4c480894f4636 into 7d721f0aca32692d436f8d3bacd6...
Project Geotrek-admin
Run status status check passed Passed #10127
Run duration 01m 55s
Commit git commit 0e9a062603 ℹ️: Merge a19f3235a0f3b32d80ece12f84f4c480894f4636 into 7d721f0aca32692d436f8d3bacd6...
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 22

@submarcos submarcos merged commit 474f8b9 into master Oct 21, 2024
21 checks passed
@submarcos submarcos deleted the dependabot/pip/django-modelcluster-6.3 branch October 21, 2024 09:50
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