pycon
pycon copied to clipboard
Bump django-ordered-model from 3.5 to 3.7.4 in /backend
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
OrderedModelManagerto aWarning, if the manager returns the correct queryset (#290)3.7.3
- Restrict signal handler 'senders' to subclasses of
OrderedModelBaseto avoid query count regression due toCollector.can_fast_deletelogic inmodels/deletion.py(#288)- Fix
reorder_modelmanagement command re-ordering with multipleorder_with_respect_tovalues3.7.2
- Fix a performance regression (unnecessary queries) in the WRT change detection (django-ordered-model/django-ordered-model#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 (django-ordered-model/django-ordered-model#286)
3.7.1
- Fix for
model.save()falsely detecting WRT change from admin create since 3.7- Cascaded deletes of
OrderedModelinstances now handled using signals (#182)3.7
- Use bulk update method in
reorder_modelmanagement command for performance (#273)- Add
toxbuilder for python 3.10, use upstream DRF with upstream django- Emit a system Check failure if a subclass of
OrderedModelBasefails to specifyMeta.ordering- Updating the value of fields within
order_with_respect_tonow adjusts ordering accordingly (#198)3.6
Changelog
Sourced from django-ordered-model's changelog.
3.7.4 - 2023-03-17
- Relax Check for
OrderedModelManagerto aWarning, if the manager returns the correct queryset (#290)3.7.3 - 2023-03-15
- Restrict signal handler 'senders' to subclasses of
OrderedModelBaseto avoid query count regression due toCollector.can_fast_deletelogic inmodels/deletion.py(#288)- Fix
reorder_modelmanagement command re-ordering with multipleorder_with_respect_tovalues3.7.2 - 2023-03-14
- Fix a performance regression (unnecessary queries) in the WRT change detection (#286)
- Add a Check that
order_with_respect_tospecifies 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
OrderedModelinstances now handled using signals (#182)3.7 - 2023-03-03
- Use bulk update method in
reorder_modelmanagement 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
OrderedModelBasefails to specifyMeta.ordering- Updating the value of fields within
order_with_respect_tonow adjusts ordering accordingly (#198)3.6 - 2022-05-30
Commits
7b9c89frelax OrderedModelManager check to a Warning if it returns correct OrderedMod...743cb6drework cascaded/queryset delete detection to avoid global signal listenerab72d56Fixreorder_modelmanagement command re-ordering with multiple `order_with_...ed8337bupdate version71d6e07update docs prior to releasef43e93fadd slowpath for admin that queries FK objects34f2678check that order_with_respect_to values are ForeignKey fields275091dadd system Check that OrderedQuerySet and OrderedModelManager subclasses are ...2878689run black tests/utils.py34ab371Add query count tests- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
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 |