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
/
response.py
Age
Commit message (
Expand
)
Author
2017-11-06
[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
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-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-12-27
Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...
roboslone
2016-12-19
Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRe...
Jerome Leclanche
2016-08-30
Fixed #27153 -- Added validation for HttpResponse status.
Ryan Allen
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-14
Fixed #25725 -- Made HttpReponse immediately close objects.
Johannes Hoppe
2015-11-18
Fixed #25644 -- Fixed reset cookie expiry date bug.
Raphael Merx
2015-10-21
Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.
Jon Dufresne
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-07-15
Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
Keryn Knight
2015-03-12
Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...
Jon Dufresne
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-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-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-08-19
Fixed #10190 -- Made HttpResponse charset customizable.
Unai Zalakain
2014-08-03
Fixed #19802 -- Fixed HttpResponse.set_cookie() with unicode data on Python 2.
qingfeng
2014-06-20
Added HTTP 308 status and its description.
Yazhong Liu
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-11-23
Simplified iteration in HTTP response objects.
Aymeric Augustin
2013-11-15
Fixed the use of the -ise suffix, where -ize is prefered
Alex Gaynor
2013-10-17
Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1
Claude Paroz
2013-09-09
Fixed #20889 -- Prevented email.Header from inserting newlines
Daniel Boeve
2013-08-24
Fixed #20961 -- Fixed HttpResponse default empty content
Claude Paroz
2013-07-30
Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.
Baptiste Mispelon
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-29
Removed compatibility code for streaming responses.
Aymeric Augustin
2013-06-28
Removed 'mimetype' arguments from a few places, as per deprecation TL.
Ramiro Morales
[next]