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