summaryrefslogtreecommitdiff
path: root/tests/middleware_exceptions
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Accounted for multiple template engines in template responses.Aymeric Augustin2015-01-122-5/+8
* Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.Berker Peksag2014-11-271-1/+65
* Fixed #6992 -- Improved error when middleware omits HttpResponse.Aymeric Augustin2014-06-071-0/+44
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-10/+10
* Fixed #21912 -- Improved error message if a view returns None.Aaron France2014-02-151-4/+4
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-3/+1
* PEP8 cleanupJason Myers2013-11-022-0/+8
* Fixed flake8 E241Boryslav Larin2013-11-021-95/+103
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-8/+5
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-5/+5
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-4/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-3/+0
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-6/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+829