index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
http_utils
/
tests.py
Age
Commit message (
Collapse
)
Author
2016-04-25
Fixed #26052 -- Moved conditional_content_removal() processing to the test ↵
Tim Graham
client.
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
Thanks Carl Meyer for the report and Tim Graham for the review.
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-08-18
Fixed flake8 warning.
Tim Graham
2014-08-15
Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ↵
Collin Anderson
check.
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-05-21
Fixed a Python 2.6 regression (GzipFile can't act as a context manager)
Łukasz Langa
2013-05-21
Fixed #20472: response.content should be bytes on both Python 2 and 3
Łukasz Langa
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner