summaryrefslogtreecommitdiff
path: root/tests/cache
AgeCommit message (Expand)Author
2016-08-29[1.10.x] Fixed #19914 -- Fixed test failures with pylibmc.Ed Morley
2016-08-29[1.10.x] Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache duri...Ed Morley
2016-08-29[1.10.x] Refs #19914 -- Split the test_invalid_keys cache test into two.Ed Morley
2016-08-29[1.10.x] Fixed #27124 -- Excluded cull-related cache configs from memcached t...Ed Morley
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-04-05Fixed #26462 -- Fixed Python 2 UnicodeEncodeError when warning about long cac...Przemysław Suliga
2016-04-04Fixed #26460 -- Issued a single warning for invalid cache keyPrzemysław Suliga
2016-03-08Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().Przemysław Suliga
2016-03-07Fixed #26331 -- Fixed test function names with typosGeorge Marshall
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-04Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.Emre Yilmaz
2015-11-09Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header.Dwight Gunning
2015-10-21Fixed spelling of "unpicklable" in cache tests.Tim Graham
2015-10-20Fixed #25501 -- Made the file-based cache backend use the highest pickling pr...Andrew Artajos
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Removed unnecessary DBCacheTests.test_clear_commits_transaction test.Adam Chainz
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-04-09Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz
2015-03-14Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.Berker Peksag
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-17Removed django.core.cache.get_cache() per deprecation timeline; refs #21012.Tim Graham
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin
2015-01-08Isolated some cache tests; refs #23947.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-06Refs #23947 -- Isolated some cache tests.Tim Graham
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-11-13Fixed #16358 - Made memcache backend delete old value on a failure to set.Michael Manfre
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-22Made testing of stdout and stderr more consistent.Loic Bistuer
2014-10-20Moved a test case that caused deprecation warnings.Loic Bistuer
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-08-30Fixed a PEP 8 error.Aymeric Augustin
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-06-23Ensured cache tests do not leak temp dirsClaude Paroz
2014-06-16Fixed #22845 -- Correctly handled memcached default timeout value.Vincent-Vega
2014-05-09Used more precise assertions in cache testsClaude Paroz
2014-05-09Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiryMalcolm Box
2014-04-23Fixed #22495 -- Locmem cache.add() failed with infinite timeoutsMalcolm Box
2014-04-21Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin