* Add support for `Python 3.11`
* Add support for `Python 3.12`
* Drop support for `Python 3.7`
* Add support for `Django 4.2`
* Add support for `Django 5.0`
* Remove ``SaveSignalHandlingModel``. This model used a modified copy of
the internal Django method `Model.save_base()` and had not been updated
for upstream bug fixes changes since its addition.
* Add Swedish translation
* Use proper column name instead of attname
* Fix ValueError when calling prefetch_related for tracked ForeignKey fields
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-model-utils?expand=0&rev=15
postgresql
- Update to 3.2.0:
* Catch AttributeError for deferred abstract fields, fixes GH-331.
* Update documentation to explain usage of timeframed model manager, fixes GH-118
* Honor OneToOneField.parent_link=False.
* Fix handling of deferred attributes on Django 1.10+, fixes GH-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
* Support reversed for all kinds of Choices objects, fixes GH-309
* Fix Model instance non picklable GH-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.
- Remove upstream merged fix-deferred.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-model-utils?expand=0&rev=5