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

deps: bump django-ordered-model from 3.4.3 to 3.7.4 in /api #4968

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps django-ordered-model from 3.4.3 to 3.7.4.

Release notes

Sourced from django-ordered-model's releases.

3.7.4

Relax Check for OrderedModelManager to a Warning, if the manager returns the correct queryset (#290)

3.7.3

  • Restrict signal handler 'senders' to subclasses of OrderedModelBase to avoid query count regression due to Collector.can_fast_delete logic in models/deletion.py (#288)
  • Fix reorder_model management command re-ordering with multiple order_with_respect_to values

3.7.2

3.7.1

  • Fix for model.save() falsely detecting WRT change from admin create since 3.7
  • Cascaded deletes of OrderedModel instances now handled using signals (#182)

3.7

  1. Use bulk update method in reorder_model management command for performance (#273)
  2. Add tox builder for python 3.10, use upstream DRF with upstream django
  3. Emit a system Check failure if a subclass of OrderedModelBase fails to specify Meta.ordering
  4. Updating the value of fields within order_with_respect_to now adjusts ordering accordingly (#198)

3.6

  • Add serializers.OrderedModelSerializer to allow Django Rest Framework to re-order models (#251 #264)
  • Add tox builder for Django 4.0, drop building against 2.0 and 2.1 due to DRF compatibility.

3.5

  • Django 4.0 compatibility: Fix ChangeList constructor for Admin (#256)
  • Remove usage of assertEquals in tests (#255)
  • Add admin screenshots to README (#245)
  • Fix reorder command for custom order field models (#257)
Changelog

Sourced from django-ordered-model's changelog.

3.7.4 - 2023-03-17

  • Relax Check for OrderedModelManager to a Warning, if the manager returns the correct queryset (#290)

3.7.3 - 2023-03-15

  • Restrict signal handler 'senders' to subclasses of OrderedModelBase to avoid query count regression due to Collector.can_fast_delete logic in models/deletion.py (#288)
  • Fix reorder_model management command re-ordering with multiple order_with_respect_to values

3.7.2 - 2023-03-14

  • Fix a performance regression (unnecessary queries) in the WRT change detection (#286)
  • Add a Check that order_with_respect_to specifies only ForeignKey fields
  • Add a Check that our subclasses of ModelManager and QuerySet are used (#286)

3.7.1 - 2023-03-06

  • Fix for model.save() falsely detecting WRT change from admin create since 3.7
  • Cascaded deletes of OrderedModel instances now handled using signals (#182)

3.7 - 2023-03-03

  • Use bulk update method in reorder_model management command for performance (#273)
  • Add tox builder for python 3.10, use upstream DRF with upstream django
  • Emit a system Check failure if a subclass of OrderedModelBase fails to specify Meta.ordering
  • Updating the value of fields within order_with_respect_to now adjusts ordering accordingly (#198)

3.6 - 2022-05-30

  • Add serializers.OrderedModelSerializer to allow Django Rest Framework to re-order models (#251 #264)
  • Add tox builder for Django 4.0, drop building against 2.0 and 2.1 due to DRF compatibility.

3.5 - 2022-01-12

  • Django 4.0 compatibility: Fix ChangeList constructor for Admin (#256)
  • Remove usage of assertEquals in tests (#255)
  • Add admin screenshots to README (#245)
  • Fix reorder command for custom order field models (#257)
Commits
  • 7b9c89f relax OrderedModelManager check to a Warning if it returns correct OrderedMod...
  • 743cb6d rework cascaded/queryset delete detection to avoid global signal listener
  • ab72d56 Fix reorder_model management command re-ordering with multiple `order_with_...
  • ed8337b update version
  • 71d6e07 update docs prior to release
  • f43e93f add slowpath for admin that queries FK objects
  • 34f2678 check that order_with_respect_to values are ForeignKey fields
  • 275091d add system Check that OrderedQuerySet and OrderedModelManager subclasses are ...
  • 2878689 run black tests/utils.py
  • 34ab371 Add query count tests
  • 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-ordered-model](https://github.com/django-ordered-model/django-ordered-model) from 3.4.3 to 3.7.4.
- [Release notes](https://github.com/django-ordered-model/django-ordered-model/releases)
- [Changelog](https://github.com/django-ordered-model/django-ordered-model/blob/master/CHANGES.md)
- [Commits](django-ordered-model/django-ordered-model@3.4.3...3.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 14:50
@dependabot dependabot bot added api Issue related to the REST API dependencies Pull requests that update a dependency file labels Jan 6, 2025
@dependabot dependabot bot requested review from zachaysan and a team and removed request for a team January 6, 2025 14:50
Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Visit Preview Jan 6, 2025 2:59pm
flagsmith-frontend-preview ⬜️ Ignored (Inspect) Visit Preview Jan 6, 2025 2:59pm
flagsmith-frontend-staging ⬜️ Ignored (Inspect) Visit Preview Jan 6, 2025 2:59pm

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Uffizzi Ephemeral Environment deployment-59570

☁️ https://app.uffizzi.com/github.com/Flagsmith/flagsmith/pull/4968

📄 View Application Logs etc.

What is Uffizzi? Learn more!

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/api/django-ordered-model-3.7.4 branch January 6, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to the REST API dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant