Changelog for
python3-django-cacheops-6.1-lp154.3.1.noarch.rpm :
* Tue Nov 22 2022 Daniel Garcia
- Remove python-six dependency- Remove python_module macro definition- More specific python_sitelib in %files
* Thu Aug 25 2022 John Vandenberg - Update to v6.1
* support Django 3.2 and 4.0
* do not gulp commit errors
* fixed precall key when a prefix is defined
* fixed m2o/m2m queries invalidation on object deletion
* Wed Apr 20 2022 Markéta Machová - do not require mock
* Fri Jan 07 2022 John Vandenberg - Skip Tumbleweed Python 3.6 incompatible with Django 4
* Sun May 09 2021 Daniel Molkentin - Update to v6.0
* support and test against Python 3.9 and Django 3.1/3.2
* added custom serializers support (thx to Arcady Usov)
* support callable extra in AATTcached_as() and friends
* made simple cache obey prefix
* skip JSONFields for purposes of invalidation
* configure skipped fields by internal types, classes still supported
* handle `DatabaseError` on transaction cleanup (Roman Gorbil)
* do not query old object if cacheops is disabled
* do not fetch deferred fields during invalidation, fixes #387 Backwards incompatible changes:
* callable `extra` param, including type, now behaves differently
* simple cache now uses prefix
* Mon Oct 26 2020 John Vandenberg - Switch to PyPI source- Update to v5.1
* support subqueries in annotations
* included tests into distro
* fixed .invalidated_update(), if updated QuerySet had related fields selected
* fixed possible deadlock in .invalidated_update()
* fixed filtering with expressions
* fixed queries filtering in Exists
* updated min redis-py to 3.0.0
* Mon Sep 07 2020 John Vandenberg - Activate test suite
* Thu Aug 27 2020 Daniel Molkentin - update to v5.0.1
* fixed reverse o2o invalidation (thx to John Anderson)
* fixed unstable cache key when field validors are used
* guard against non-integer timeouts- from v5.0
* dropped Python 2.7 and Djangos before 2.1
* Redis 4.0+ required
* support Python 3.8 and Django 3.0 (thx to Misha Kalyna)
* improve model fields stamping (Alex Lokhman)
* disabled postponed invalidation when no_invalidation is applied (Vladimir)
* fixed custom manager derived from BaseManager (Eric Plaster)
* Thu Nov 21 2019 Marcus Rueckert - update to 4.2
* Sat Sep 28 2019 ecsosAATTopensuse.org- Fix requirements.
* Thu Aug 29 2019 Daniel Molkentin - Initial checkin