summaryrefslogtreecommitdiff
path: root/tests/cache
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-8/+6
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-3/+3
* Fixed #34212 -- Made RedisCacheClient.incr() use write connection.Leo2022-12-161-0/+8
* Fixed #34209 -- Prevented FileBasedCache.has_key() crash caused by a race con...Marti Raudsepp2022-12-131-0/+6
* Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty...Christos Kopanos2022-07-061-0/+6
* Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.Mariusz Felisiak2022-05-161-0/+17
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-7/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-997/+1195
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé2021-12-141-3/+11
* Refs #33361 -- Added Added DummyCache.set() test for boolean values.Jeremy Lainé2021-12-141-3/+6
* Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa2021-12-091-1/+17
* Fixed #33252 -- Made cache middlewares thread-safe.Iuri de Silvio2021-11-031-0/+15
* Refs #33252 -- Used @override_settings in BaseCacheTests.test_cache_write_unp...Iuri de Silvio2021-11-031-2/+1
* Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak2021-09-201-99/+9
* Fixed #33012 -- Added Redis cache backend.Daniyal2021-09-141-4/+63
* Fixed #32076 -- Added async methods to BaseCache.Andrew-Chen-Wang2021-09-071-0/+187
* Refs #33060 -- Ensured cache backends validate keys.Nick Pope2021-09-071-2/+15
* Refs #33060 -- Added memcached test for make_key() making keys invalid.Mariusz Felisiak2021-09-071-0/+9
* Refs #31907 -- Fixed incorrect argument for delete_many() in cache tests.Nick Pope2021-09-021-3/+3
* Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr(...Sondre Lillebø Gundersen2021-08-311-0/+4
* Refs #33061 -- Added DummyCache.incr()/decr() tests for nonexistent keys with...Sondre Lillebø Gundersen2021-08-311-0/+4
* Fixed #32772 -- Made database cache count size once per set.Michael Lissner2021-05-261-0/+13
* Fixed #32747 -- Prevented initialization of unused caches.Mariusz Felisiak2021-05-181-0/+30
* Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...ecogels2021-05-051-0/+22
* 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