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
/
locmem.py
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-01-27
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...
Russell Keith-Magee
2009-04-01
Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts.
Jacob Kaplan-Moss
2009-03-08
Fixed #9626 -- Fixed a deletion race in the locmem cache.
Malcolm Tredinnick
2008-08-10
Added a return value to the add() method for caches. It's now possible to tell
Malcolm Tredinnick
2008-07-26
Fixed #6413 -- Fixed a deadlock situation in the locmem culling implementation.
Malcolm Tredinnick
2007-12-11
Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on...
Malcolm Tredinnick
2007-12-02
Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".
Malcolm Tredinnick
2007-11-21
Fixed #5981 -- Fixed failing regression test when using locmem cache backend....
Gary Wilson Jr
2007-10-20
Fixed #4831 -- Added an "add" cache key method, for parity with memcached's
Malcolm Tredinnick
2007-07-15
Changed imports to adhere to PEP 8.
Gary Wilson Jr
2007-07-15
Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep...
Gary Wilson Jr
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-02-24
Refactored cache from django/core/cache.py into django/core/cache package, wi...
Adrian Holovaty