From bf757a2f4dad519fac1b4a458376de3a040f5ca8 Mon Sep 17 00:00:00 2001 From: Michael Manfre Date: Mon, 23 Sep 2013 12:40:19 -0400 Subject: 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. --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 5c1b1cab6f..498f303daf 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -457,6 +457,10 @@ these changes. * ``ModelAdmin.get_formsets`` will be removed. +* Remove the backward compatible shims introduced to rename the + ``BaseMemcachedCache._get_memcache_timeout()`` method to + ``get_backend_timeout()``. + 2.0 --- -- cgit v1.3