summaryrefslogtreecommitdiff
path: root/tests/regressiontests/cache
AgeCommit message (Expand)Author
2010-03-01Fixed #11012: don't needless convert cache values to unicode.Jacob Kaplan-Moss
2010-03-01Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c...Jannis Leidel
2010-02-23Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel
2010-02-11Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...Russell Keith-Magee
2010-02-11Fixed #12399 -- Added handling for memcache timeouts longer than 30 days. Tha...Russell Keith-Magee
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee
2009-10-29Fixed #12057 -- Corrected regression of caching performance when a model cont...Russell Keith-Magee
2009-04-01Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th...Jacob Kaplan-Moss
2009-03-17Fixed #10517 -- Corrected cache name for file-based cache tests so that the f...Russell Keith-Magee
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2008-10-10More be-nice-to-the-buildbot: be better about cleaning up files created by th...Jacob Kaplan-Moss
2008-08-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-07-26Removed some completely pointless test changes from [8084], since they wereMalcolm Tredinnick
2008-07-26Fixed #7967 -- Make sure the __contains__ method in the cache backends call theMalcolm Tredinnick
2007-12-04Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...Jacob Kaplan-Moss
2007-12-02Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".Malcolm Tredinnick
2007-11-19Removed `vary_delim_re` in `django/utils/cache.py` in favor of existing `cc_d...Gary Wilson Jr
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick
2007-07-16Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,Malcolm Tredinnick
2007-07-16Refs #3012 -- Removed iterator from `test_data_types` cache test that I added...Gary Wilson Jr
2007-07-15Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep...Gary Wilson Jr
2007-05-08Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, GaryMalcolm Tredinnick
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee