Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/middleware_exceptions
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-21/+39
* Fixed #24877 -- Added middleware handling of response.ren...Sylvain Fankhauser2015-07-034-0/+27
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Accounted for multiple template engines in template respo...Aymeric Augustin2015-01-122-5/+8
* Fixed #14664 -- Logged a warning if MiddlewareNotUsed is ...Berker Peksag2014-11-271-1/+65
* Fixed #6992 -- Improved error when middleware omits HttpR...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 ...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-032-0/+8
* Fixed flake8 E241Boryslav Larin2013-11-021-95/+103
* Removed some direct settings manipulations in tests; refs...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/r...Florian Apolloner2013-02-261-6/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+829