summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
AgeCommit message (Expand)Author
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-24Doc: "value" is arg not kwarg in HttpResponse.set_signed_cookieYohan Boniface
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-01Fix rst syntax error.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed HttpRequest.raw_post_data.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-21Removed inaccurate statement from the StreamingHttpResponse docs.Aymeric Augustin
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-20Fixed #5611 -- Restricted accepted content types in parsing POST dataClaude Paroz
2012-10-17Fixed an error in cookie documentationPreston Holmes
2012-10-09Fixed #19097 -- documented module of origin for HttpRes/req objectsPreston Holmes
2012-10-03Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-09-29Merge branch 'ticket15695'Florian Apolloner
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-08-23Fixed #18678 -- HttpResponse init arguments allowed for subclassesClaude Paroz
2012-08-22Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-typeClaude Paroz
2012-06-30Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__Claude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-07Fixed #18411 -- Clarified HttpRequest doc slightly.Aymeric Augustin
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-19Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided as an ex...Aymeric Augustin
2011-12-21Fixed Sphinx warning.Jannis Leidel
2011-12-17Converted some of the built-in views to use content_type instead of mimetype ...Adrian Holovaty
2011-12-17Fixed #17322 -- Added an example import statement to the HttpResponse docs. T...Adrian Holovaty
2011-12-16Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...Adrian Holovaty
2011-12-07Clarified which setting causes HttpRequest.get_host() to rely on the HTTP_X_F...Aymeric Augustin
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-11Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...Carl Meyer
2011-09-14Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...Paul McMillan
2011-09-10Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...Russell Keith-Magee
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-22Improved documentation around HTTP server meta variables.Malcolm Tredinnick
2011-06-16Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...Jannis Leidel
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-05-22Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...Jannis Leidel
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-04-22Fixed a couple of small documentation typos.Ramiro Morales
2011-03-15Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to phi...Russell Keith-Magee
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-06Fixed #14746 - Add links to docs/ref/request-response.txt. Thanks adamv.Timo Graham
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-11-26Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...Russell Keith-Magee