Changelog for
python311-django-cacheops-7.0.2-22.14.noarch.rpm :
* Fri Nov 10 2023 Dirk Müller
- update to 7.0.2:
* fixed .aggregate()
* fixed big memory usage during migrations
* fixed INSIDEOUT in older redises
* better handle model families with abstracts in them
* allow funcy 2.0+
* Tue May 09 2023 Dirk Müller - update to 7.0.1:
* made it work with Redis 6.x and older again
* handle abstract models better
* some docs improvements
* Sun May 07 2023 Dirk Müller - update to 7.0:
* support Django 4.2b and 5.0a
* added a new insideout mode made join invalidation more granular
* dropped Python 3.5, 3.6 and Django 2.1, 2.2, 3.0 and 3.1 support
* removed CACHEOPS_LRU
* support Python 3.11 and Django 4.1
* added command to clear stale cacheops keys (Bruno Alla)
* fixed `invalidate_m2o` for polymorphic models
* updated README: TOC, link to the post, some explanations
* 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