index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
Age
Commit message (
Expand
)
Author
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-01-12
Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th...
Jacob Kaplan-Moss
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