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
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