Tim Graham
|
d170c63351
Refs #23919 -- Removed misc references to Python 2.
|
8 years ago |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 years ago |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 years ago |
Aymeric Augustin
|
a556396339
Refs #23919 -- Replaced io.open() with open().
|
8 years ago |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 years ago |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Tim Graham
|
414ad25b09
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
8 years ago |
Denis Cornehl
|
a840710e1e
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
|
9 years ago |
Tim Graham
|
82f8996785
Refs #5133 -- Isolated test_close() cache test.
|
8 years ago |
Rinat Khabibiev
|
f9702977b7
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 Not Modified" responses.
|
8 years ago |
Tim Graham
|
ef021412d5
Normalized spelling of ETag.
|
8 years ago |
Ed Morley
|
f02dbbe1ae
Fixed #11331 -- Stopped closing pylibmc connections after each request.
|
8 years ago |
Ed Morley
|
3e935aec6d
Refs #5133 -- Tested memcached connection closing after each request.
|
8 years ago |
Ed Morley
|
d8ef5b0e65
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
|
8 years ago |
Ed Morley
|
c8058dc241
Added a test for multiple memcached servers in LOCATION.
|
8 years ago |
Ed Morley
|
65ec8fa8ca
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
|
8 years ago |
Ed Morley
|
cf45bb02d7
Removed unused variable in test_memcached_uses_highest_pickle_version
|
8 years ago |
Ed Morley
|
674e3fe13e
Fixed #19914 -- Fixed test failures with pylibmc.
|
8 years ago |
Ed Morley
|
047c1d48a6
Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the same test run.
|
8 years ago |
Ed Morley
|
cfd1f93d55
Refs #19914 -- Split the test_invalid_keys cache test into two.
|
8 years ago |
Ed Morley
|
606a303856
Fixed #27124 -- Excluded cull-related cache configs from memcached tests.
|
8 years ago |
Dmitry Dygalo
|
ca32979cdc
Made miscellaneous code cleanups
|
8 years ago |
Dmitry S..ky / skype: dvska-at-skype
|
82be474efa
Fixed #26792 -- Allowed None for the value of cache.get_or_set().
|
8 years ago |
Tobias McNulty
|
17e661641d
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
|
8 years ago |
Jon Dufresne
|
4f336f6652
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
8 years ago |
Jon Dufresne
|
779829662d
Fixed #26694 -- Made FileBasedCache.get() reraise non-ENOENT IOErrors.
|
8 years ago |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
Przemysław Suliga
|
90ce5d46bf
Fixed #26462 -- Fixed Python 2 UnicodeEncodeError when warning about long cache keys.
|
9 years ago |