summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/memcached.py
AgeCommit message (Expand)Author
2010-03-01[1.1.X] Fixed #11012: don't needless convert cache values to unicode.Jacob Kaplan-Moss
2010-02-11[1.1.X] Fixed #12399 -- Added handling for memcache timeouts longer than 30 d...Russell Keith-Magee
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2008-08-19Fixed #8410 -- Added a missing piece of value encoding for the memcachedMalcolm Tredinnick
2008-08-16Fixed #5133 -- Explicitly close memcached connections after each requestMalcolm Tredinnick
2008-08-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick
2007-07-16Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,Malcolm Tredinnick
2007-03-25Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm...Adrian Holovaty
2006-08-18Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...Adrian Holovaty
2006-02-24Refactored cache from django/core/cache.py into django/core/cache package, wi...Adrian Holovaty