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
Age
Commit message (
Expand
)
Author
2009-03-11
Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...
Russell Keith-Magee
2009-03-08
Fixed #9626 -- Fixed a deletion race in the locmem cache.
Malcolm Tredinnick
2009-03-02
The database cache wasn't correctly handling expired keys. Fixed now.
Malcolm Tredinnick
2009-03-01
Changed the way cache specifiers are parsed.
Malcolm Tredinnick
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
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-08-02
Removed several deprecated features for 1.0 (refs #7830):
Gary Wilson Jr
2008-07-26
Fixed #6413 -- Fixed a deadlock situation in the locmem culling implementation.
Malcolm Tredinnick
2008-07-26
Fixed #7967 -- Make sure the __contains__ method in the cache backends call the
Malcolm Tredinnick
2008-07-25
Fixed #7398 -- Allow for custom cache-backends to be used.
Malcolm Tredinnick
2007-12-11
Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on...
Malcolm Tredinnick
2007-12-04
Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...
Jacob Kaplan-Moss
2007-12-02
Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".
Malcolm Tredinnick
2007-11-30
Edited docs and docstring changes from [6572] (new cache add() method)
Adrian Holovaty
2007-11-21
Fixed #5981 -- Fixed failing regression test when using locmem cache backend....
Gary Wilson Jr
2007-10-21
Fixed a bug in the db cache backend introduced in [6572].
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-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
2007-05-08
Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, Gary
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-03-25
Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm...
Adrian Holovaty
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2007-01-12
Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th...
Jacob Kaplan-Moss
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-08-18
Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...
Adrian Holovaty
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-24
Refactored cache from django/core/cache.py into django/core/cache package, wi...
Adrian Holovaty
[prev]