Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/response.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25576 -- Added IOBase methods required by TextIOWr...Jon Dufresne2015-10-211-0/+6
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #25254 -- Added JsonResponse json_dumps_params para...Sambhav Satija2015-08-121-2/+6
* Refs #24121 -- Added meaningful repr() to HttpResponse an...Keryn Knight2015-07-151-0/+23
* Fixed #24139 -- Changed HttpResponse.reason_phrase to eva...Jon Dufresne2015-03-131-5/+13
* Fixed #20889 -- Prevented BadHeaderError when Python inse...Claude Paroz2015-02-191-2/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpR...Matthew Somerville2015-02-031-4/+0
* Fixed #24137 -- Switched to HTTP reason phrases from Pyth...Jon Dufresne2015-01-281-66/+2
* Closed files in FileResponse; refs #24072Collin Anderson2015-01-051-0/+2
* Fixed #24072 -- Added FileResponse for streaming binary f...Collin Anderson2015-01-051-0/+19
* Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko2014-12-111-0/+5
* Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PR...Tim Graham2014-11-121-11/+0
* Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly2014-11-031-2/+26
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-7/+26
* Fixed #19802 -- Fixed HttpResponse.set_cookie() with unic...qingfeng2014-08-031-1/+2
* Added HTTP 308 status and its description.Yazhong Liu2014-06-201-0/+1
* Replaced urllib/urlparse imports with from django.utils.s...Tim Graham2014-03-311-4/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
* Fixed #17942 -- Added a JsonResponse class to more easily...Lukasz Balcerzak2014-02-151-1/+25
* Fixed typo in docstring.Martin Matusiak2014-01-161-1/+1
* Simplified iteration in HTTP response objects.Aymeric Augustin2013-11-231-13/+11
* Fixed the use of the -ise suffix, where -ize is preferedAlex Gaynor2013-11-151-1/+1
* Fixed #21282 -- Made HttpResponse.serialize_headers accep...Claude Paroz2013-10-171-3/+6
* Fixed #20889 -- Prevented email.Header from inserting new...Daniel Boeve2013-09-091-1/+2
* Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz2013-08-241-1/+1
* Fixed #10491 -- Allowed passing lazy objects to HttpRespo...Baptiste Mispelon2013-07-301-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Removed compatibility code for streaming responses.Aymeric Augustin2013-06-291-59/+2
* Removed 'mimetype' arguments from a few places, as per de...Ramiro Morales2013-06-291-6/+1
* Fixed #20598 -- Add new HTTP status codes defined in rfc6585CHI Cheng2013-06-141-0/+4
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+2
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-3/+67
* Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara2013-02-131-0/+2
* Fixed #19519 -- Fired request_finished in the WSGI iterab...Aymeric Augustin2012-12-311-1/+9
* Advanced pending deprecation warnings.Aymeric Augustin2012-12-291-5/+6
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-3/+1
* Fixed #18796 -- Refactored conversion to bytes in HttpRes...Aymeric Augustin2012-10-251-30/+27
* Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin2012-10-241-2/+3
* Fixed #6527 -- Provided repeatable content accessAymeric Augustin2012-10-241-5/+25
* Reverted 6a64822bf4632707212314a25a843c862bdb3874.Aymeric Augustin2012-10-231-2/+2
* Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin2012-10-221-2/+2
* Cleaned up the the http module. Moved all of the code fro...Alex Gaynor2012-10-211-0/+423