summaryrefslogtreecommitdiff
path: root/tests/cache
AgeCommit message (Expand)Author
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
2014-03-22Avoided transactional DDL on castrated databases.Aymeric Augustin
2014-03-21Fixed transaction handling in two management commands.Aymeric Augustin
2014-03-21Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.Tim Graham
2014-03-09Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz
2014-03-05Fixed incorrect docstring in cache tests (take two)Baptiste Mispelon
2014-03-04Fixed incorrect docstring in cache testsramast
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-08Added tests for LocalMemCache deadlocks. refs #20613 and refs #18541.Tim Graham
2014-02-04Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2013-12-28Fixed #20346 -- Made cache middleware vary on the full URL.ijl
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-24flake8 fixesAlex Gaynor
2013-11-24Properly closed cache connections at the end of the request.Florian Apolloner
2013-11-24Fixed flake8 error (5 space identation!!!)Alex Gaynor
2013-11-24Don't fail if there is no memcached backend active.Florian Apolloner
2013-11-24Fixed regression from ffc37e2343a93cf6d44247e20cd263b41f931716.Florian Apolloner
2013-11-24Randomized KEY_PREFIX in caches test to prevent failures during parallel test...Florian Apolloner
2013-11-23Don't fail if cPickle doesn't exist.Florian Apolloner
2013-11-23Follow up to e112654fc81ddb3fbffbb8382b004d69367a85feFlorian Apolloner
2013-11-23Fixed #21200 -- Consistantly raise errors across all cache backends.Florian Apolloner
2013-11-23A handful of flake8 fixesAlex Gaynor
2013-11-23Allowed running the test suite without memcached (!)Aymeric Augustin
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney