Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/http_utils
Commit message (Collapse)AuthorAgeFilesLines
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-16/+2
| | | | Thanks Carl Meyer for the report and Tim Graham for the review.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
|
* Fixed flake8 warning.Tim Graham2014-08-181-0/+1
|
* Fixed #23295 -- Removed unnecessary fix_location_header ↵Collin Anderson2014-08-151-2/+13
| | | | request.get_host() check.
* 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 #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
|
* Whitespace cleanup.Tim Graham2013-10-101-1/+1
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed a Python 2.6 regression (GzipFile can't act as a ↵Łukasz Langa2013-05-211-1/+4
| | | | context manager)
* Fixed #20472: response.content should be bytes on both ↵Łukasz Langa2013-05-211-0/+24
| | | | Python 2 and 3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+45