summaryrefslogtreecommitdiff
path: root/tests/cache
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29867 -- Added support for storing None value in caches.Nick Pope2020-12-171-4/+61
* Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak2020-12-091-11/+39
* Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner2020-12-081-9/+10
* Refs #32233 -- Added tests for nonexistent cache backend.Mariusz Felisiak2020-12-081-0/+13
* Refs #32233 -- Added tests for nonexistent cache and databases aliases.Mariusz Felisiak2020-12-081-0/+5
* Made small readability improvements.Martin Thoma2020-10-281-1/+1
* Reverted "Reduced time.sleep() in cache touch() tests."Mariusz Felisiak2020-10-191-4/+4
* Reduced time.sleep() in cache touch() tests.Nick Pope2020-10-161-4/+4
* Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope2020-09-161-0/+31
* Refs #29887, Refs #24212 -- Added more client servers tests for PyLibMCCache.Nick Pope2020-09-161-0/+5
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-9/+9
* Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope2020-09-021-0/+12
* Refs #29887 -- Simplified memcached client instantiation.Nick Pope2020-09-011-4/+2
* Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...Mariusz Felisiak2020-09-011-1/+24
* Added tests for cache middlewares constructors.Kevin Michel2020-08-281-0/+17
* Fixed #31907 -- Fixed missing validate_key() calls in cache backends.Nick Pope2020-08-241-0/+5
* Refs #31907 -- Added cache key validation tests for cache operations.Nick Pope2020-08-241-6/+29
* Refs #5691 -- Made cache keys independent of USE_L10N.Claude Paroz2020-06-221-14/+4
* Fixed #31728 -- Fixed cache culling when no key is found for deletion.Guillermo Bonvehí2020-06-221-0/+14
* Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak2020-06-051-2/+4
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-031-2/+2
* Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak2020-06-031-1/+1
* Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.Dan Palmer2020-06-031-30/+11
* Made BaseCacheTests skip culling tests if culling is not supported.Jon Dufresne2020-03-191-12/+10
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-50/+55
* Removed unused cache.tests.CacheUtils._set_cache().Claude Paroz2020-02-131-5/+0
* Replaced assertWarns() with SimpleTestCase.assertWarnsMessage() in tests.Hasan Ramezani2020-01-301-3/+6
* Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...Flavio Curella2020-01-161-0/+23
* Improved tests assertions in cache tests.Jon Dufresne2019-12-311-66/+62
* Fixed typo in tests/cache/tests.py docstring.Jon Dufresne2019-12-111-1/+1
* Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios2019-11-141-6/+9
* Refs #29983 -- Added tests for FileBasedCache pathlib support.Jon Dufresne2019-11-061-2/+12
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-2/+2
* Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella2019-10-101-0/+6
* Refs #23755 -- Added tests for patch_cache_control() with no-cache Cache-Cont...Flavio Curella2019-10-101-1/+5
* Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead2019-09-181-3/+15
* Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...Adnan Umer2019-08-161-0/+2
* Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...Jakub Szafrański2019-02-141-0/+13
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-2/+2
* Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexis...Jon Dufresne2019-01-261-1/+1
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-21/+11
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-1/+1
* Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...oliver2018-08-171-0/+14
* Optimized some cache tests with set_many().oliver2018-08-161-17/+6
* Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.Christian Barcenas2018-07-091-0/+1
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-6/+1
* Fixed #27480 -- Added cache.touch().Nicolas Noé2018-04-271-0/+30
* Refs #17476 -- Removed obsolete simplification of timezone names in cache key...Sergey Fedoseev2018-03-031-29/+0
* Fixed #28833 -- Prevented CacheMiddleware from caching responses with "Cache-...shanghui2018-02-061-1/+10