django1/django/core/cache
Michael Manfre bf757a2f4d Fixed #21147 -- Avoided time.time precision issue with cache backends.
The precision of time.time() is OS specific and it is possible for the
resolution to be low enough to allow reading a cache key previously set
with a timeout of 0.
2013-10-01 13:42:59 -04:00
..
backends Fixed #21147 -- Avoided time.time precision issue with cache backends. 2013-10-01 13:42:59 -04:00
__init__.py Fixed #21125 -- Removed support for cache URI syntax 2013-09-19 10:01:39 -04:00
utils.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00