summaryrefslogtreecommitdiff
path: root/tests/cache
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Removed django.core.cache.get_cache() per deprecation timeline; refs #21012.Tim Graham2015-01-171-33/+3
* Accounted for multiple template engines in template responses.Aymeric Augustin2015-01-121-7/+12
* Isolated some cache tests; refs #23947.Tim Graham2015-01-081-1/+4
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-3/+6
* Moved context_processors from django.core to django.template.Aymeric Augustin2014-12-281-1/+1
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-1/+1
* Refs #23947 -- Isolated some cache tests.Tim Graham2014-12-061-9/+12
* Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr2014-12-011-23/+19
* Fixed #16358 - Made memcache backend delete old value on a failure to set.Michael Manfre2014-11-131-0/+18
* Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny2014-11-031-0/+5
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-9/+6
* Moved a test case that caused deprecation warnings.Loic Bistuer2014-10-201-16/+0
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-8/+8
* Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz2014-09-051-5/+1
* Fixed a PEP 8 error.Aymeric Augustin2014-08-301-1/+1
* Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz2014-08-301-1/+5
* Ensured cache tests do not leak temp dirsClaude Paroz2014-06-231-1/+2
* Fixed #22845 -- Correctly handled memcached default timeout value.Vincent-Vega2014-06-161-0/+18
* Used more precise assertions in cache testsClaude Paroz2014-05-091-128/+128
* Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiryMalcolm Box2014-05-091-0/+2
* Fixed #22495 -- Locmem cache.add() failed with infinite timeoutsMalcolm Box2014-04-231-0/+3
* Prevented leaking the CSRF token through caching.Aymeric Augustin2014-04-211-0/+27
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-221-2/+2
* Avoided transactional DDL on castrated databases.Aymeric Augustin2014-03-221-4/+5
* Fixed transaction handling in two management commands.Aymeric Augustin2014-03-211-3/+5
* Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.Tim Graham2014-03-211-59/+3
* Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz2014-03-091-5/+5
* Fixed incorrect docstring in cache tests (take two)Baptiste Mispelon2014-03-051-1/+1
* Fixed incorrect docstring in cache testsramast2014-03-041-1/+1
* Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr2014-03-041-2/+80
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Added tests for LocalMemCache deadlocks. refs #20613 and refs #18541.Tim Graham2014-02-081-0/+21
* Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz2014-02-041-2/+2
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-4/+3
* Fixed #20346 -- Made cache middleware vary on the full URL.ijl2013-12-281-8/+62
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* flake8 fixesAlex Gaynor2013-11-241-4/+5
* Properly closed cache connections at the end of the request.Florian Apolloner2013-11-241-1/+19
* Fixed flake8 error (5 space identation!!!)Alex Gaynor2013-11-241-3/+3
* Don't fail if there is no memcached backend active.Florian Apolloner2013-11-241-1/+1
* Fixed regression from ffc37e2343a93cf6d44247e20cd263b41f931716.Florian Apolloner2013-11-241-6/+12
* Randomized KEY_PREFIX in caches test to prevent failures during parallel test...Florian Apolloner2013-11-241-1/+1
* Don't fail if cPickle doesn't exist.Florian Apolloner2013-11-231-1/+5
* Follow up to e112654fc81ddb3fbffbb8382b004d69367a85feFlorian Apolloner2013-11-231-1/+1
* Fixed #21200 -- Consistantly raise errors across all cache backends.Florian Apolloner2013-11-231-0/+15
* A handful of flake8 fixesAlex Gaynor2013-11-231-5/+4