summaryrefslogtreecommitdiff
path: root/django/http
AgeCommit message (Expand)Author
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-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-24Removed unused variable django.http.request.absolute_http_url_reMatt Robenolt
2014-11-20Fixed #12098 -- Simplified HttpRequest.__repr__().Berker Peksag
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-11-03Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().Unai Zalakain
2014-09-13Fixed #23397 -- Stripped whitespace from base64 during chunkingJason Hobbs
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-15Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ch...Collin Anderson
2014-08-14Fixed #22971 -- Properly parsed RFC 2388 encoded headersClaude Paroz
2014-08-03Fixed #19802 -- Fixed HttpResponse.set_cookie() with unicode data on Python 2.qingfeng
2014-07-05Added a space before explanation of "Invalid HTTP_HOST header: ..."Daniel Hahler
2014-06-24Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a Mult...Duncan Parkes
2014-06-24Fixed #22897 -- Made QueryDict query_string argument optional.Duncan Parkes
2014-06-24Improved documentation for QueryDict.Duncan Parkes
2014-06-20Added HTTP 308 status and its description.Yazhong Liu
2014-06-11Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-06-07Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths star...Unai Zalakain
2014-05-16Fixed typo in multipartparser.pymbacho
2014-05-14Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
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-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-23Simplified iteration in HTTP response objects.Aymeric Augustin
2013-11-16Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e52...Baptiste Mispelon
2013-11-15Fixed the use of the -ise suffix, where -ize is preferedAlex Gaynor
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-24Fixed #20338 -- Stripped ending dot during host validationClaude Paroz
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz
2013-10-15Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain
2013-10-08Fixed #16822 -- Added RawPostDataExceptionTim Graham
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-09-10Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne