Revisions of python-django-cacheops
Ana Guerrero (anag+factory)
accepted
request 1222643
from
Matej Cepl (mcepl)
(revision 11)
Forwarded request #1222465 from mcalabkova - update to 7.1 * support and test against Python 3.12 and Django 5.0 * prevent dups in conjs and disjs by using proper data-structures * unpin funcy major version * fixed conj keys TTL in Redis 7.x * updated and cleaned up tests
Ana Guerrero (anag+factory)
accepted
request 1124878
from
Dirk Mueller (dirkmueller)
(revision 10)
- 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+
Dominique Leuenberger (dimstar_suse)
accepted
request 1085792
from
Dirk Mueller (dirkmueller)
(revision 9)
- update to 7.0.1: * made it work with Redis 6.x and older again * handle abstract models better * some docs improvements
Dominique Leuenberger (dimstar_suse)
accepted
request 1085346
from
Dirk Mueller (dirkmueller)
(revision 8)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 1037287
from
Daniel Garcia (dgarcia)
(revision 7)
- Remove python-six dependency - Remove python_module macro definition - More specific python_sitelib in %files
Dominique Leuenberger (dimstar_suse)
accepted
request 999139
from
John Vandenberg (jayvdb)
(revision 6)
Dominique Leuenberger (dimstar_suse)
accepted
request 971133
from
John Vandenberg (jayvdb)
(revision 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 944584
from
John Vandenberg (jayvdb)
(revision 4)
Dominique Leuenberger (dimstar_suse)
accepted
request 892240
from
Markéta Machová (mcalabkova)
(revision 3)
- 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 @cached_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
Dominique Leuenberger (dimstar_suse)
accepted
request 844841
from
Markéta Machová (mcalabkova)
(revision 2)
Dominique Leuenberger (dimstar_suse)
accepted
request 832908
from
Tomáš Chvátal (scarabeus_iv)
(revision 1)
Displaying all 11 revisions