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
Age
Commit message (
Expand
)
Author
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-12
Fixed #25254 -- Added JsonResponse json_dumps_params parameter.
Sambhav Satija
2015-08-04
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
Matt Robenolt
2015-07-15
Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
Keryn Knight
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-17
Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream.
Tim Graham
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-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-12
Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...
Jon Dufresne
2015-03-11
Fixed #24463 -- Removed mod_python functionality from HttpRequest._get_scheme()
Rik
2015-02-19
Fixed #20889 -- Prevented BadHeaderError when Python inserts newline
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponse
Matthew Somerville
2015-01-28
Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.
Jon Dufresne
2015-01-27
Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headers
Raul Cumplido
2015-01-05
Closed files in FileResponse; refs #24072
Collin Anderson
2015-01-05
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2014-12-11
Fixed #23977 -- Added setdefault() method to HttpResponse
Sergey Parkhomenko
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-12
Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...
Tim Graham
2014-11-03
Fixed #18523 -- Added stream-like API to HttpResponse.
Michael Kelly
2014-11-03
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-09-13
Fixed #23397 -- Stripped whitespace from base64 during chunking
Jason Hobbs
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-19
Fixed #10190 -- Made HttpResponse charset customizable.
Unai Zalakain
2014-08-19
Fixed #22996 -- Prevented crash with unencoded query string
Claude Paroz
2014-08-15
Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ch...
Collin Anderson
2014-08-14
Fixed #22971 -- Properly parsed RFC 2388 encoded headers
Claude Paroz
2014-08-03
Fixed #19802 -- Fixed HttpResponse.set_cookie() with unicode data on Python 2.
qingfeng
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-20
Added HTTP 308 status and its description.
Yazhong Liu
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-05-16
Fixed typo in multipartparser.py
mbacho
2014-05-14
Dropped fix_IE_for_vary/attach.
Aymeric Augustin
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
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-14
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...
Lukasz Balcerzak
2014-01-16
Fixed typo in docstring.
Martin Matusiak
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
[next]