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 v3 #34

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

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

:warning: MAJOR MAJOR MAJOR :warning:


Release Notes

jazzband/django-model-utils (django-model-utils) ### [`v3.2.0`](https://togithub.com/jazzband/django-model-utils/blob/HEAD/CHANGES.rst#320-20190621) [Compare Source](https://togithub.com/jazzband/django-model-utils/compare/3.1.2...3.2.0) - Catch `AttributeError` for deferred abstract fields, fixes [GH-331](https://togithub.com/jazzband/django-model-utils/issues/331). - Update documentation to explain usage of `timeframed` model manager, fixes [GH-118](https://togithub.com/jazzband/django-model-utils/issues/118) - Honor `OneToOneField.parent_link=False`. - Fix handling of deferred attributes on Django 1.10+, fixes [GH-278](https://togithub.com/jazzband/django-model-utils/issues/278) - Fix `FieldTracker.has_changed()` and `FieldTracker.previous()` to return correct responses for deferred fields. - Add Simplified Chinese translations. - Update AutoLastModifiedField so that at instance creation it will always be set equal to created to make querying easier. Fixes [GH-254](https://togithub.com/jazzband/django-model-utils/issues/254) - Support `reversed` for all kinds of `Choices` objects, fixes [GH-309](https://togithub.com/jazzband/django-model-utils/issues/309) - Fix Model instance non picklable [GH-330](https://togithub.com/jazzband/django-model-utils/issues/330) - Fix patched `save` in FieldTracker - Upgrades test requirements (pytest, pytest-django, pytest-cov) and skips tox test with Python 3.5 and Django (trunk) - Add UUIDModel and UUIDField support. ### [`v3.1.2`](https://togithub.com/jazzband/django-model-utils/blob/HEAD/CHANGES.rst#312-20180509) [Compare Source](https://togithub.com/jazzband/django-model-utils/compare/3.1.1...3.1.2) - Update InheritanceIterable to inherit from ModelIterable instead of BaseIterable, fixes [GH-277](https://togithub.com/jazzband/django-model-utils/issues/277). - Add all_objects Manager for 'SoftDeletableModel' to include soft deleted objects on queries as per issue [GH-255](https://togithub.com/jazzband/django-model-utils/issues/255) ### [`v3.1.1`](https://togithub.com/jazzband/django-model-utils/blob/HEAD/CHANGES.rst#311-20171217) [Compare Source](https://togithub.com/jazzband/django-model-utils/compare/3.1.0...3.1.1) - Update classifiers and README via [GH-306](https://togithub.com/jazzband/django-model-utils/issues/306), fixes [GH-305](https://togithub.com/jazzband/django-model-utils/issues/305) ### [`v3.1.0`](https://togithub.com/jazzband/django-model-utils/blob/HEAD/CHANGES.rst#310-20171211) [Compare Source](https://togithub.com/jazzband/django-model-utils/compare/3.0.0...3.1.0) - Support for Django 2.0 via [GH-298](https://togithub.com/jazzband/django-model-utils/issues/298), fixes [GH-297](https://togithub.com/jazzband/django-model-utils/issues/297) - Remove old travis script via [GH-300](https://togithub.com/jazzband/django-model-utils/issues/300) - Fix codecov and switch to py.test [#​301](https://togithub.com/jazzband/django-model-utils/issues/301) ### [`v3.0.0`](https://togithub.com/jazzband/django-model-utils/blob/HEAD/CHANGES.rst#300-20170413) [Compare Source](https://togithub.com/jazzband/django-model-utils/compare/2.6.1...3.0.0) - Drop support for Python 2.6. - Drop support for Django 1.4, 1.5, 1.6, 1.7. - Exclude tests from the distribution, fixes [GH-258](https://togithub.com/jazzband/django-model-utils/issues/258). - Add support for Django 1.11 [GH-269](https://togithub.com/jazzband/django-model-utils/issues/269) - Add a new model to disable pre_save/post_save signals

Configuration

πŸ“… Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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 was generated by Mend Renovate. View the repository job log.