summaryrefslogtreecommitdiff
path: root/tests/cache
AgeCommit message (Expand)Author
2021-05-18[3.2.x] Fixed #32747 -- Prevented initialization of unused caches.Mariusz Felisiak
2020-12-17Fixed #29867 -- Added support for storing None value in caches.Nick Pope
2020-12-09Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak
2020-12-08Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner
2020-12-08Refs #32233 -- Added tests for nonexistent cache backend.Mariusz Felisiak
2020-12-08Refs #32233 -- Added tests for nonexistent cache and databases aliases.Mariusz Felisiak
2020-10-28Made small readability improvements.Martin Thoma
2020-10-19Reverted "Reduced time.sleep() in cache touch() tests."Mariusz Felisiak
2020-10-16Reduced time.sleep() in cache touch() tests.Nick Pope
2020-09-16Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope
2020-09-16Refs #29887, Refs #24212 -- Added more client servers tests for PyLibMCCache.Nick Pope
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-02Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope
2020-09-01Refs #29887 -- Simplified memcached client instantiation.Nick Pope
2020-09-01Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...Mariusz Felisiak
2020-08-28Added tests for cache middlewares constructors.Kevin Michel
2020-08-24Fixed #31907 -- Fixed missing validate_key() calls in cache backends.Nick Pope
2020-08-24Refs #31907 -- Added cache key validation tests for cache operations.Nick Pope
2020-06-22Refs #5691 -- Made cache keys independent of USE_L10N.Claude Paroz
2020-06-22Fixed #31728 -- Fixed cache culling when no key is found for deletion.Guillermo Bonvehí
2020-06-05Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-06-03Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak
2020-06-03Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.Dan Palmer
2020-03-19Made BaseCacheTests skip culling tests if culling is not supported.Jon Dufresne
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2020-02-13Removed unused cache.tests.CacheUtils._set_cache().Claude Paroz
2020-01-30Replaced assertWarns() with SimpleTestCase.assertWarnsMessage() in tests.Hasan Ramezani
2020-01-16Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...Flavio Curella
2019-12-31Improved tests assertions in cache tests.Jon Dufresne
2019-12-11Fixed typo in tests/cache/tests.py docstring.Jon Dufresne
2019-11-14Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios
2019-11-06Refs #29983 -- Added tests for FileBasedCache pathlib support.Jon Dufresne
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-10-10Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella
2019-10-10Refs #23755 -- Added tests for patch_cache_control() with no-cache Cache-Cont...Flavio Curella
2019-09-18Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead
2019-08-16Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...Adnan Umer
2019-02-14Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...Jakub Szafrański
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-26Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexis...Jon Dufresne
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-08-17Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...oliver
2018-08-16Optimized some cache tests with set_many().oliver
2018-07-09Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.Christian Barcenas
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-04-27Fixed #27480 -- Added cache.touch().Nicolas Noé
2018-03-03Refs #17476 -- Removed obsolete simplification of timezone names in cache key...Sergey Fedoseev