Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/middleware_exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-21/+39
|
* Fixed #24877 -- Added middleware handling of ↵Sylvain Fankhauser2015-07-034-0/+27
| | | | response.render() errors.
* 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 ↵Aymeric Augustin2015-01-122-5/+8
| | | | responses.
* Fixed #14664 -- Logged a warning if MiddlewareNotUsed is ↵Berker Peksag2014-11-271-1/+65
| | | | raised in DEBUG mode.
* Fixed #6992 -- Improved error when middleware omits ↵Aymeric Augustin2014-06-071-0/+44
| | | | | | HttpResponse. Thanks guettli for the report.
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
|
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-10/+10
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed #21912 -- Improved error message if a view returns ↵Aaron France2014-02-151-4/+4
| | | | | | None. Thanks brycenesbitt for the report.
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
|
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-3/+1
|
* PEP8 cleanupJason Myers2013-11-032-0/+8
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed flake8 E241Boryslav Larin2013-11-021-95/+103
|
* Removed some direct settings manipulations in tests; ↵Bouke Haarsma2013-10-211-8/+5
| | | | refs #21230.
* 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
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-6/+6
| | | | modeltests/regressiontests.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+829