Flavio Curella
|
ed112fadc1
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
|
hace 5 años |
Flavio Curella
|
9facc90020
Refs #23755 -- Added tests for patch_cache_control() with no-cache Cache-Control directive.
|
hace 5 años |
Daniel Fairhead
|
5cb3ed187b
Fixed #30772 -- Optimized make_template_fragment_key().
|
hace 5 años |
Adnan Umer
|
6805c0f99f
Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231.
|
hace 5 años |
Jakub Szafrański
|
0104b5a417
Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache if None is cached.
|
hace 6 años |
Jon Dufresne
|
7785e03ba8
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
|
hace 6 años |
Jon Dufresne
|
00b2e4b67c
Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexistent().
|
hace 6 años |
Simon Charette
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
hace 6 años |
Simon Charette
|
0f212db29d
Made reused RequestFactory instances class attributes.
|
hace 6 años |
Tim Graham
|
193c109327
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
hace 6 años |
oliver
|
abd0ad7681
Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_many() for the db cache backend.
|
hace 6 años |
oliver
|
3ca24fd1c0
Optimized some cache tests with set_many().
|
hace 6 años |
Christian Barcenas
|
c9c6c16650
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
|
hace 6 años |
Morgan Aubert
|
704443acac
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
|
hace 7 años |
Nicolas Noé
|
3246ad1065
Fixed #27480 -- Added cache.touch().
|
hace 7 años |
Sergey Fedoseev
|
4ff29a53e6
Refs #17476 -- Removed obsolete simplification of timezone names in cache key generation.
|
hace 7 años |
shanghui
|
d968788b57
Fixed #28833 -- Prevented CacheMiddleware from caching responses with "Cache-Control: private".
|
hace 7 años |
Grant Jenks
|
d38a3169a4
Fixed #28977 -- Changed local-memory cache to use LRU culling.
|
hace 7 años |
Adam Johnson
|
acc989f037
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
|
hace 7 años |
Adam Johnson
|
abacd09f07
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with other backends.
|
hace 7 años |
Daniel Tao
|
4d60261b2a
Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is a callable that returns None.
|
hace 7 años |
Tim Graham
|
48d57788ee
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
|
hace 7 años |
Tim Graham
|
e47b56d791
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS'].
|
hace 7 años |
Olivier Tabone
|
a027447f56
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
|
hace 8 años |
caleb logan
|
68f0e8d8b1
Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file is empty.
|
hace 7 años |
Chandrakant Kumar
|
f6800a081a
Refs #27787 -- Corrected or removed invalid call_command() options.
|
hace 7 años |
Jon Dufresne
|
21046e7773
Fixed #28249 -- Removed unnecessary dict.keys() calls.
|
hace 7 años |
Bruno Alla
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
hace 8 años |
Tim Graham
|
6b4f018b2b
Replaced type-specific assertions with assertEqual().
|
hace 8 años |
Tim Graham
|
500532c95d
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
hace 8 años |