1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/tests/cache
Malcolm Box 07235aec9d [1.7.x] Fixed #22495 -- Locmem cache.add() failed with infinite timeouts
cache.add() incorrectly succeeded when there was an existing key
with an infinite (None) timeout.
Backport of af5f688392 from master.
2014-04-23 14:56:54 +02:00
..
__init__.py
closeable_cache.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
liberal_backend.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
tests.py [1.7.x] Fixed #22495 -- Locmem cache.add() failed with infinite timeouts 2014-04-23 14:56:54 +02:00