Tim Graham
|
e47b56d791
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS'].
|
há 7 anos atrás |
Olivier Tabone
|
a027447f56
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
|
há 8 anos atrás |
caleb logan
|
68f0e8d8b1
Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file is empty.
|
há 7 anos atrás |
Chandrakant Kumar
|
f6800a081a
Refs #27787 -- Corrected or removed invalid call_command() options.
|
há 7 anos atrás |
Jon Dufresne
|
21046e7773
Fixed #28249 -- Removed unnecessary dict.keys() calls.
|
há 7 anos atrás |
Bruno Alla
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
há 8 anos atrás |
Tim Graham
|
6b4f018b2b
Replaced type-specific assertions with assertEqual().
|
há 8 anos atrás |
Tim Graham
|
500532c95d
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
há 8 anos atrás |
Tim Graham
|
29f607927f
Fixed spelling of "nonexistent".
|
há 8 anos atrás |
Tim Graham
|
1c466994d9
Refs #23919 -- Removed misc Python 2/3 references.
|
há 8 anos atrás |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
há 8 anos atrás |
Tim Graham
|
632c4ffd9c
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
|
há 8 anos atrás |
Claude Paroz
|
2366100872
Removed unneeded force_text calls in the test suite
|
há 8 anos atrás |
Tim Graham
|
d170c63351
Refs #23919 -- Removed misc references to Python 2.
|
há 8 anos atrás |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
há 8 anos atrás |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
há 8 anos atrás |
Aymeric Augustin
|
a556396339
Refs #23919 -- Replaced io.open() with open().
|
há 8 anos atrás |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
há 8 anos atrás |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
há 8 anos atrás |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
há 8 anos atrás |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
há 8 anos atrás |
Tim Graham
|
414ad25b09
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
há 8 anos atrás |
Denis Cornehl
|
a840710e1e
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
|
há 9 anos atrás |
Tim Graham
|
82f8996785
Refs #5133 -- Isolated test_close() cache test.
|
há 8 anos atrás |
Rinat Khabibiev
|
f9702977b7
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 Not Modified" responses.
|
há 8 anos atrás |
Tim Graham
|
ef021412d5
Normalized spelling of ETag.
|
há 8 anos atrás |
Ed Morley
|
f02dbbe1ae
Fixed #11331 -- Stopped closing pylibmc connections after each request.
|
há 8 anos atrás |
Ed Morley
|
3e935aec6d
Refs #5133 -- Tested memcached connection closing after each request.
|
há 8 anos atrás |
Ed Morley
|
d8ef5b0e65
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
|
há 8 anos atrás |
Ed Morley
|
c8058dc241
Added a test for multiple memcached servers in LOCATION.
|
há 8 anos atrás |