summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/base.py
AgeCommit message (Expand)Author
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2008-08-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2008-07-26Fixed #7967 -- Make sure the __contains__ method in the cache backends call theMalcolm Tredinnick
2007-11-30Edited docs and docstring changes from [6572] (new cache add() method)Adrian Holovaty
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick
2007-05-08Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, GaryMalcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-02-24Refactored cache from django/core/cache.py into django/core/cache package, wi...Adrian Holovaty