summaryrefslogtreecommitdiff
path: root/django/http
AgeCommit message (Expand)Author
2014-07-05[1.7.x] Added a space before explanation of "Invalid HTTP_HOST header: ..."Daniel Hahler
2014-06-24[1.7.x] Improved documentation for QueryDict.Duncan Parkes
2014-06-20[1.7.x] Added HTTP 308 status and its description.Yazhong Liu
2014-06-11[1.7.x] Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-05-16[1.7.x] Fixed typo in multipartparser.pymbacho
2014-05-14[1.7.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-31[1.7.x] Replaced 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
2013-09-09Fixed #20889 -- Prevented email.Header from inserting newlinesDaniel Boeve
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-24Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz
2013-07-31Fixed #19987 -- Disabled host validation when DEBUG=True.Will Hardy
2013-07-30Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.Baptiste Mispelon
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
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-26Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer
2013-06-14Fixed #20598 -- Add new HTTP status codes defined in rfc6585CHI Cheng
2013-06-01Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostErrorClaude Paroz
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-21Fixed #20472: response.content should be bytes on both Python 2 and 3Ɓukasz Langa
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin
2013-05-17Corrected documentation on the constructor arguments of MultiPartParserEric Urban
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-04-03Fixed #20038 -- Better error message for host validation.Baptiste Mispelon
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi