luismayta / example-django-sales

GNU Lesser General Public License v3.0
1 stars 0 forks source link

ci(deps): Update dependency django-model-utils to v2.6.1 #18

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-model-utils ==2.6 -> ==2.6.1 age adoption passing confidence

Release Notes

jazzband/django-model-utils ### [`v2.6.1`](https://togithub.com/jazzband/django-model-utils/blob/master/CHANGES.rst#​261-20170111) [Compare Source](https://togithub.com/jazzband/django-model-utils/compare/2.6...2.6.1) - Fix infinite recursion with multiple `MonitorField` and `defer()` or `only()` on Django 1.10+. Thanks Romain Garrigues. Merge of [GH-242](https://togithub.com/jazzband/django-model-utils/issues/242), fixes [GH-241](https://togithub.com/jazzband/django-model-utils/issues/241). - Fix `InheritanceManager` and `SoftDeletableManager` to respect `self._queryset_class` instead of hardcoding the queryset class. Merge of [GH-250](https://togithub.com/jazzband/django-model-utils/issues/250), fixes [GH-249](https://togithub.com/jazzband/django-model-utils/issues/249). - Add mixins for `SoftDeletableQuerySet` and `SoftDeletableManager`, as stated in the the documentation. - Fix `SoftDeletableModel.delete()` to use the correct database connection. Merge of [GH-239](https://togithub.com/jazzband/django-model-utils/issues/239). - Added boolean keyword argument `soft` to `SoftDeletableModel.delete()` that revert to default behavior when set to `False`. Merge of [GH-240](https://togithub.com/jazzband/django-model-utils/issues/240). - Enforced default manager in `StatusModel` to avoid manager order issues when using abstract models that redefine `objects` manager. Merge of [GH-253](https://togithub.com/jazzband/django-model-utils/issues/253), fixes [GH-251](https://togithub.com/jazzband/django-model-utils/issues/251).

Configuration

📅 Schedule: "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.