summaryrefslogtreecommitdiff
path: root/tests/http_utils
AgeCommit message (Collapse)Author
2013-12-17Removed superfluous models.py files.Aymeric Augustin
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.
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-05-21Fixed a Python 2.6 regression (GzipFile can't act as a context manager)Łukasz Langa
2013-05-21Fixed #20472: response.content should be bytes on both Python 2 and 3Łukasz Langa
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner