Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2024

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 13, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-ordered-model-3.7.4 branch from d16569e to 39f8305 Compare September 13, 2024 16:59
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 force-pushed the dependabot/pip/django-ordered-model-3.7.4 branch from 39f8305 to 2d15987 Compare September 13, 2024 17:00
@JacobCoffee JacobCoffee merged commit 6b4c681 into main Sep 17, 2024
6 checks passed
@JacobCoffee JacobCoffee deleted the dependabot/pip/django-ordered-model-3.7.4 branch September 17, 2024 19: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