index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
http
/
utils.py
Age
Commit message (
Expand
)
Author
2014-08-15
Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ch...
Collin Anderson
2014-05-14
Dropped fix_IE_for_vary/attach.
Aymeric Augustin
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-05-21
Fixed #20472: response.content should be bytes on both Python 2 and 3
Ćukasz Langa
2012-10-21
Cleaned up the the http module. Moved all of the code from __init__.py to req...
Alex Gaynor
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2011-12-11
Fixed #16632 -- Crash on responses without Content-Type with IE. Thanks juan ...
Aymeric Augustin
2011-01-27
Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias for various MSIE fi...
Russell Keith-Magee
2008-07-07
Fixed #4148 -- Changed the way attachments are served to IE to avoid some
Malcolm Tredinnick
2007-12-01
Small docstring edit in django/http/utils.py from [6662]
Adrian Holovaty
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick