summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/db.py
AgeCommit message (Expand)Author
2009-03-13Fixed #10488: fixed DB cache backend test failures in Oracle.Ian Kelly
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2009-03-02The database cache wasn't correctly handling expired keys. Fixed now.Malcolm Tredinnick
2008-08-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2007-10-21Fixed a bug in the db cache backend introduced in [6572].Malcolm Tredinnick
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-24Refactored cache from django/core/cache.py into django/core/cache package, wi...Adrian Holovaty