Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump django-ordered-model from 3.5 to 3.7.4 in /backend #4454

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

Open
dependabot wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from dependabot/pip/backend/django-ordered-model-3.7.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025
edited
Loading

Bumps django-ordered-model from 3.5 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.
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.
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [django-ordered-model](https://github.com/django-ordered-model/django-ordered-model) from 3.5 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.5...3.7.4)
---
updated-dependencies:
- dependency-name: django-ordered-model
 dependency-version: 3.7.4
 dependency-type: direct:production
 update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Jul 28, 2025
Copy link

vercel bot commented Jul 28, 2025
edited
Loading

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

Name Status Preview Updated (UTC)
pycon ✅ Ready (Inspect) Visit Preview Jul 28, 2025 7:08am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies python Pull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /