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
/
request.py
Age
Commit message (
Expand
)
Author
2016-11-29
Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".
Anton Samarchyan
2016-11-17
Fixed #27156 -- Made changing HttpRequest.encoding clear GET.
PREMANAND
2016-11-01
Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-11
Fixed #27046 -- Supported IPv6-formatted IPv4 addresses in host validation.
Tim Graham
2016-08-03
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Tim Graham
2016-06-06
Fixed #26707 -- Added QueryDict.fromkeys()
wim glenn
2016-05-12
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2016-05-03
Refs #22897 -- Removed unneeded empty string QueryDict argument.
Tim Graham
2016-02-10
Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.
Curtis Maloney
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-09-16
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Matt Robenolt
2015-09-04
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
Vlastimil Zíma
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-04
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
Matt Robenolt
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-03-26
Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.
Bas Peschier
2015-03-11
Fixed #24463 -- Removed mod_python functionality from HttpRequest._get_scheme()
Rik
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-24
Removed unused variable django.http.request.absolute_http_url_re
Matt Robenolt
2014-11-20
Fixed #12098 -- Simplified HttpRequest.__repr__().
Berker Peksag
2014-11-03
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-19
Fixed #22996 -- Prevented crash with unencoded query string
Claude Paroz
2014-07-05
Added a space before explanation of "Invalid HTTP_HOST header: ..."
Daniel Hahler
2014-06-24
Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a Mult...
Duncan Parkes
2014-06-24
Fixed #22897 -- Made QueryDict query_string argument optional.
Duncan Parkes
2014-06-24
Improved documentation for QueryDict.
Duncan Parkes
2014-06-11
Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2014-06-07
Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths star...
Unai Zalakain
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-31
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
[next]