1
0
mirror of https://github.com/django/django.git synced 2025-01-26 02:00:08 +00:00
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
..
2013-05-22 10:26:48 -04:00