index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
cache
/
tests.py
Age
Commit message (
Expand
)
Author
2008-10-10
More be-nice-to-the-buildbot: be better about cleaning up files created by th...
Jacob Kaplan-Moss
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-07-26
Removed some completely pointless test changes from [8084], since they were
Malcolm Tredinnick
2008-07-26
Fixed #7967 -- Make sure the __contains__ method in the cache backends call the
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-19
Removed `vary_delim_re` in `django/utils/cache.py` in favor of existing `cc_d...
Gary Wilson Jr
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-16
Refs #3012 -- Removed iterator from `test_data_types` cache test that I added...
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
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee