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
/
django
/
http
/
request.py
Age
Commit message (
Expand
)
Author
2014-07-05
[1.7.x] Added a space before explanation of "Invalid HTTP_HOST header: ..."
Daniel Hahler
2014-06-24
[1.7.x] Improved documentation for QueryDict.
Duncan Parkes
2014-06-11
[1.7.x] Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-31
[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
Tim Graham
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-16
Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e52...
Baptiste Mispelon
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-24
Fixed #20338 -- Stripped ending dot during host validation
Claude Paroz
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-15
Fixed #7603 -- Added a 'scheme' property to the HttpRequest object
Unai Zalakain
2013-10-08
Fixed #16822 -- Added RawPostDataException
Tim Graham
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-07-31
Fixed #19987 -- Disabled host validation when DEBUG=True.
Will Hardy
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-26
Fixed missing initializations in WSGIRequest. Refs #20619
Loic Bistuer
2013-06-01
Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostError
Claude Paroz
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-04-03
Fixed #20038 -- Better error message for host validation.
Baptiste Mispelon
2013-03-10
Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.
Aymeric Augustin
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2012-12-29
Removed HttpRequest.raw_post_data.
Aymeric Augustin
2012-12-10
Fixed a security issue in get_host.
Florian Apolloner
2012-11-03
Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.
Aymeric Augustin
2012-10-21
Cleaned up the the http module. Moved all of the code from __init__.py to req...
Alex Gaynor