index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cache
/
tests.py
Age
Commit message (
Expand
)
Author
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-10
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-09-15
Refs #5133 -- Isolated test_close() cache test.
Tim Graham
2016-09-14
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...
Rinat Khabibiev
2016-09-09
Normalized spelling of ETag.
Tim Graham
2016-09-02
Fixed #11331 -- Stopped closing pylibmc connections after each request.
Ed Morley
2016-09-02
Refs #5133 -- Tested memcached connection closing after each request.
Ed Morley
2016-08-31
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
Ed Morley
2016-08-31
Added a test for multiple memcached servers in LOCATION.
Ed Morley
2016-08-31
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
Ed Morley
2016-08-31
Removed unused variable in test_memcached_uses_highest_pickle_version
Ed Morley
2016-08-29
Fixed #19914 -- Fixed test failures with pylibmc.
Ed Morley
2016-08-29
Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the sa...
Ed Morley
2016-08-29
Refs #19914 -- Split the test_invalid_keys cache test into two.
Ed Morley
2016-08-26
Fixed #27124 -- Excluded cull-related cache configs from memcached tests.
Ed Morley
2016-07-21
Made miscellaneous code cleanups
Dmitry Dygalo
2016-07-11
Fixed #26792 -- Allowed None for the value of cache.get_or_set().
Dmitry S..ky / skype: dvska-at-skype
2016-06-20
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
Tobias McNulty
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-01
Fixed #26694 -- Made FileBasedCache.get() reraise non-ENOENT IOErrors.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-05
Fixed #26462 -- Fixed Python 2 UnicodeEncodeError when warning about long cac...
Przemysław Suliga
2016-04-04
Fixed #26460 -- Issued a single warning for invalid cache key
Przemysław Suliga
2016-03-08
Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
Przemysław Suliga
2016-03-07
Fixed #26331 -- Fixed test function names with typos
George Marshall
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-04
Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.
Emre Yilmaz
2015-11-09
Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header.
Dwight Gunning
2015-10-21
Fixed spelling of "unpicklable" in cache tests.
Tim Graham
2015-10-20
Fixed #25501 -- Made the file-based cache backend use the highest pickling pr...
Andrew Artajos
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
Removed unnecessary DBCacheTests.test_clear_commits_transaction test.
Adam Chainz
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-04-09
Fixed #24560 -- Added a --dry-run mode to the createcachetable command.
Adam Chainz
2015-03-14
Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.
Berker Peksag
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-17
Removed django.core.cache.get_cache() per deprecation timeline; refs #21012.
Tim Graham
[prev]
[next]