summaryrefslogtreecommitdiff
path: root/tests/context_processors/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-39/+44
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #26145 -- Made debug context processor return queries for all databases.Mounir Messelmeni2016-04-091-0/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-2/+18
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-2/+10
* Moved context_processors from django.core to django.template.Aymeric Augustin2014-12-281-2/+2
* Converted sql_queries into a lazily evaluated list.Bas Peschier2014-08-301-0/+30
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+2
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+37