summaryrefslogtreecommitdiff
path: root/tests/regressiontests/cache
AgeCommit message (Expand)Author
2011-09-08Fixed #16686 -- Reduced time to wait for cache expiration in a test to allevi...Jannis Leidel
2011-08-23Fixed #15499 -- Ensure that cache control headers don't try to set public and...Russell Keith-Magee
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-29Fixed #16533 -- Stopped the memcache cache backend from raising an exception ...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-05Rolled back r16510, r16513 and r16514 because it wasn't ready.Jannis Leidel
2011-07-05Removed left over print statement.Jannis Leidel
2011-07-05Made cache table test case multidb capable. Refs #16411. Thanks, Russ.Jannis Leidel
2011-07-05Fixed test failure on Postgres that was added in r16510.Jannis Leidel
2011-07-05Fixed #16410 -- Fixed get_cache to behave gracefully when given a string that...Jannis Leidel
2011-07-04Fixed #15255 -- Stopped database cache from ignoring database routers when cr...Jannis Leidel
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
2011-04-02Fixed #15704 -- Made cache tests more reusable by moving the backend path int...Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-02-17Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effective wit...Carl Meyer
2011-02-17Reduced code duplication in cache middleware tests.Carl Meyer
2011-02-01Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit of sett...Carl Meyer
2011-01-24Fixed #15144 -- Corrected some problems with the Cache middleware when used w...Russell Keith-Magee
2010-12-22Beefed up the tests for multi-cache handling of the cache middleware and view...Russell Keith-Magee
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-12Fixed #14103 -- Take USE_ETAGS setting into account when patching the respons...Jannis Leidel
2010-11-19Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...Russell Keith-Magee
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-02Fixed #14596 -- Light refactoring of the cache backends.Russell Keith-Magee
2010-10-29Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!Honza Král
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-08-31Fixed #14199 -- Added a missing table creation statement in the db cache back...Russell Keith-Magee
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