django1/django/core/cache
Guillermo Bonvehí f386454d13 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.
2020-06-22 06:29:35 +02:00
..
backends Fixed #31728 -- Fixed cache culling when no key is found for deletion. 2020-06-22 06:29:35 +02:00
__init__.py Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends. 2020-06-03 09:24:26 +02:00
utils.py Fixed #30772 -- Optimized make_template_fragment_key(). 2019-09-18 14:53:05 +02:00