Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/cache
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling of "unpicklable" in cache tests.Tim Graham2015-10-211-8/+7
* Fixed #25501 -- Made the file-based cache backend use the...Andrew Artajos2015-10-201-0/+9
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-3/+0
* Removed unnecessary DBCacheTests.test_clear_commits_trans...Adam Chainz2015-08-311-8/+1
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-11/+12
* Fixed #24560 -- Added a --dry-run mode to the createcache...Adam Chainz2015-04-091-0/+11
* Fixed #12982 -- Added a get_or_set() method to the BaseCa...Berker Peksag2015-03-141-0/+22
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-2/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-18/+20
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Removed django.core.cache.get_cache() per deprecation tim...Tim Graham2015-01-171-33/+3
* Accounted for multiple template engines in template respo...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.templ...Aymeric Augustin2014-12-281-1/+1
* Fixed #23968 -- Replaced list comprehension with generato...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(DATA...wrwrwr2014-12-011-23/+19
* Fixed #16358 - Made memcache backend delete old value on ...Michael Manfre2014-11-131-0/+18
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-0/+5
* Fixed #23620 -- Used more specific assertions in the Djan...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-191-16/+0
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-8/+8
* Revert "Fixed #23384 -- Allowed overriding part of a dict...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-t...Claude Paroz2014-08-301-1/+5
* Ensured cache tests do not leak temp dirsClaude Paroz2014-06-231-1/+2
* Fixed #22845 -- Correctly handled memcached default timeo...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...Malcolm Box2014-05-091-0/+2
* Fixed #22495 -- Locmem cache.add() failed with infinite t...Malcolm Box2014-04-231-0/+3
* Prevented leaking the CSRF token through caching.Aymeric Augustin2014-04-221-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 depr...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 ...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 ...Tim Graham2014-02-081-0/+21
* Fixed #21911 -- Made admin views redirect to login when n...Claude 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