Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/wsgi/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-3/+0
|
* Fixed #24072 -- Added FileResponse for streaming binary ↵Collin Anderson2015-01-051-0/+22
| | | | files.
* Fixed #23620 -- Used more specific assertions in the ↵Berker Peksag2014-11-031-2/+2
| | | | Django test suite.
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
|
* Fixed #21674 -- Deprecated the import_by_path() function ↵Berker Peksag2014-02-081-1/+1
| | | | | | in favor of import_string(). Thanks Aymeric Augustin for the suggestion and review.
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
|
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-4/+4
|
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
|
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-3/+0
|
* Fixed a few more imports of django.utils.unittest.Aymeric Augustin2013-07-011-1/+3
| | | | One import per line please! Refs #20680.
* Implemented persistent database connections.Aymeric Augustin2013-02-281-0/+8
| | | | Thanks Anssi Kääriäinen and Karen Tracey for their inputs.
* 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-261-0/+99