django1/django/core/cache
Guillermo Bonvehí b2e2489d80 [3.1.x] Fixed #31728 -- Fixed cache culling when no key is found for deletion.
DatabaseCache._cull implementation could fail if no key was found to
perform a deletion in the table. This prevented the new cache key/value
from being correctly added.

Backport of f386454d13 from master
2020-06-22 07:10:16 +02:00
..
backends [3.1.x] Fixed #31728 -- Fixed cache culling when no key is found for deletion. 2020-06-22 07:10:16 +02:00
__init__.py [3.1.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends. 2020-06-03 09:31:28 +02:00
utils.py Fixed #30772 -- Optimized make_template_fragment_key(). 2019-09-18 14:53:05 +02:00