summaryrefslogtreecommitdiff
path: root/tests/wsgi
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-5/+4
* Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag2014-02-081-1/+1
* 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 E125 pep8 warningsChristopher Medrela2013-11-281-4/+4
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-182-2/+2
* 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
* Implemented persistent database connections.Aymeric Augustin2013-02-281-0/+8
* 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/+111