summaryrefslogtreecommitdiff
path: root/django/http/response.py
AgeCommit message (Expand)Author
2016-12-27Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...roboslone
2016-12-19Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRe...Jerome Leclanche
2016-08-30Fixed #27153 -- Added validation for HttpResponse status.Ryan Allen
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-12-14Fixed #25725 -- Made HttpReponse immediately close objects.Johannes Hoppe
2015-11-18Fixed #25644 -- Fixed reset cookie expiry date bug.Raphael Merx
2015-10-21Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.Jon Dufresne
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-12Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija
2015-07-15Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.Keryn Knight
2015-03-12Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne
2015-02-19Fixed #20889 -- Prevented BadHeaderError when Python inserts newlineClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponseMatthew Somerville
2015-01-28Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne
2015-01-05Closed files in FileResponse; refs #24072Collin Anderson
2015-01-05Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson
2014-12-11Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko
2014-11-12Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...Tim Graham
2014-11-03Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-03Fixed #19802 -- Fixed HttpResponse.set_cookie() with unicode data on Python 2.qingfeng
2014-06-20Added HTTP 308 status and its description.Yazhong Liu
2014-03-31Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2014-01-16Fixed typo in docstring.Martin Matusiak
2013-11-23Simplified iteration in HTTP response objects.Aymeric Augustin
2013-11-15Fixed the use of the -ise suffix, where -ize is preferedAlex Gaynor
2013-10-17Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz
2013-09-09Fixed #20889 -- Prevented email.Header from inserting newlinesDaniel Boeve
2013-08-24Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz
2013-07-30Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.Baptiste Mispelon
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-29Removed compatibility code for streaming responses.Aymeric Augustin
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2013-06-14Fixed #20598 -- Add new HTTP status codes defined in rfc6585CHI Cheng
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-25Fixed #18796 -- Refactored conversion to bytes in HttpResponseAymeric Augustin
2012-10-24Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-23Reverted 6a64822bf4632707212314a25a843c862bdb3874.Aymeric Augustin
2012-10-22Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin
2012-10-21Cleaned up the the http module. Moved all of the code from __init__.py to req...Alex Gaynor