django1/django/core/cache
Malcolm Tredinnick 6f16b5bad2 Fixed #7967 -- Make sure the __contains__ method in the cache backends call the
right has_key() method for the subclass. Patch from Marty Alchin.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-26 03:58:31 +00:00
..
backends Fixed #7967 -- Make sure the __contains__ method in the cache backends call the 2008-07-26 03:58:31 +00:00
__init__.py Fixed #7398 -- Allow for custom cache-backends to be used. 2008-07-25 18:51:32 +00:00