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
2020-06-03
[3.1.x] Refs #30997 -- Improved HttpRequest.is_ajax() warning message with st...
Mariusz Felisiak
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-01-27
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
Claude Paroz
2020-01-24
Refs #30997 -- Added HttpRequest.accepts().
Claude Paroz
2019-12-27
Fixed #31114 -- Fixed HttpRequest.build_absolute_uri() crash with reverse_laz...
Jon Dufresne
2019-12-05
Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...
Gordon Pendleton
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-07-01
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER...
Carlton Gibson
2019-06-15
Refs #30451 -- Added HttpRequest._set_content_type_params() hook.
Mariusz Felisiak
2019-05-09
Fixed #30310 -- Added support for looking up HttpHeaders.headers using unders...
Troon
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-17
Refs #28137 -- Removed HttpRequest.xreadlines() per deprecation timeline.
Tim Graham
2019-01-16
Fixed #20147 -- Added HttpRequest.headers.
Santiago Basulto
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-08-02
Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.
Tim Graham
2018-07-16
Fixed django/http/request.py docstring typo.
François Freitag
2018-07-10
Simplified HttpRequest.__iter__().
Sergey Fedoseev
2018-06-07
Removed unused HttpRequest._post_parse_error attribute.
Josh Schneier
2018-02-07
Refs #27795 -- Replaced force_bytes() usage in django.http.
Tim Graham
2018-01-10
Fixed #28828 -- Improved performance of HttpRequest.build_absolute_uri().
George-Cristian Bîrzan
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-11-07
Fixed #28720 -- Added HttpRequest.get_full_path_info().
Jonas Haag
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-04-26
Fixed #28137 -- Deprecated HttpRequest.xreadlines().
Josh Schneier
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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
[next]