django1/django/core/cache
Nick Pope 4b82578a60 Refs #33060 -- Ensured cache backends validate keys.
The validate_key() function should be called after make_key() to ensure
that the validation is performed on the key that will actually be
stored in the cache.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-09-07 11:59:40 +02:00
..
backends Refs #33060 -- Ensured cache backends validate keys. 2021-09-07 11:59:40 +02:00
__init__.py Fixed #32747 -- Prevented initialization of unused caches. 2021-05-18 18:24:19 +02:00
utils.py Fixed #30772 -- Optimized make_template_fragment_key(). 2019-09-18 14:53:05 +02:00