index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache
/
backends
/
memcached.py
Age
Commit message (
Expand
)
Author
2010-03-10
Fixed #12427 -- Started the deprecation path for cmemcache support. Thanks to...
Russell Keith-Magee
2010-03-01
Fixed #11012: don't needless convert cache values to unicode.
Jacob Kaplan-Moss
2010-02-11
Fixed #12399 -- Added handling for memcache timeouts longer than 30 days. Tha...
Russell Keith-Magee
2010-01-27
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...
Russell Keith-Magee
2009-12-13
Fixed #10646: `cache.incr()` and `decr()` now fail consistantly under python-...
Jacob Kaplan-Moss
2009-03-11
Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...
Russell Keith-Magee
2008-08-19
Fixed #8410 -- Added a missing piece of value encoding for the memcached
Malcolm Tredinnick
2008-08-16
Fixed #5133 -- Explicitly close memcached connections after each request
Malcolm Tredinnick
2008-08-10
Added a return value to the add() method for caches. It's now possible to tell
Malcolm Tredinnick
2007-10-20
Fixed #4831 -- Added an "add" cache key method, for parity with memcached's
Malcolm Tredinnick
2007-07-16
Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,
Malcolm Tredinnick
2007-03-25
Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm...
Adrian Holovaty
2006-08-18
Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...
Adrian Holovaty
2006-02-24
Refactored cache from django/core/cache.py into django/core/cache package, wi...
Adrian Holovaty