Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/servers
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25204 -- Added missing space in runserver logging.Tim Graham2015-08-011-0/+10
* Replaced six.BytesIO with io.BytesIOTim Graham2015-07-201-1/+2
* Fixed some unclosed objects in testsAndriy Sokolovskiy2015-07-061-10/+11
* Fixed #24965 -- Made LiveServerTestCase.live_server_url a...Moritz Sichert2015-06-121-4/+7
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed typo in error message in the test.Tim Graham2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-5/+3
* Stripped headers containing underscores to prevent spoofi...Carl Meyer2015-01-131-0/+55
* Fixed #23930 -- Added copies of captured_std* managers fr...wrwrwr2014-11-291-9/+4
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-14/+1
* Fixed #23398 -- Added helpful error message when runserve...Flavio Curella2014-09-091-0/+27
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
* Fixed "Address already in use" from liveserver.Florian Apolloner2013-09-221-2/+2
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+2
* Made django.test.testcases not depend on staticfiles cont...Ramiro Morales2013-08-311-12/+10
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Expand testing of Test LiveServerTestCase static files se...Ramiro Morales2013-08-104-0/+9
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed a number of minor misspellings.Julien Phalip2013-07-281-1/+1
* Fixed #20290 -- Allow override_settings to be nestedOliver Beattie2013-06-211-0/+5
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-1/+8
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-268-0/+227