summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
AgeCommit message (Expand)Author
2010-11-07Fixed #11877 -- Documented that HttpRequest.get_host() fails behind multiple ...Gabriel Hurley
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-10-29Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...Russell Keith-Magee
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-01Fixed #13876 -- Fixed duplication in docs. Thanks, zerok and timo.Jannis Leidel
2010-10-01Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.Jannis Leidel
2010-09-12Allow setting HttpResponse cookie expiry times with datetime objects.Malcolm Tredinnick
2010-09-12Documented how to manually piece together URLs with get_script_name().Malcolm Tredinnick
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #13687 -- Corrected request/response docs that mistakenly suggested __g...Russell Keith-Magee
2010-06-17Fixed #13785: Corrected some misplaced and missing parentheses. Thanks LucianU.Karen Tracey
2010-05-08Fixed #13336 -- Corrected an incorrect example of cache header usage. Thanks ...Russell Keith-Magee
2010-01-10Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timoAdrian Holovaty
2009-12-26Fixed #11570 -- Changed output in examples to unicode strings, thanks adamnel...Gary Wilson Jr
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-09-12Fixed #11728 -- Corrected a typo in a class name in the request/response docs...Russell Keith-Magee
2009-09-10Fixed #11071 - update is_ajax() docs.Luke Plant
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
2009-03-31Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399...Jacob Kaplan-Moss
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2008-12-07Fixed #9712 -- Documented how HTTP headers are converted to request.META keys.Malcolm Tredinnick
2008-11-01Fixed #9487 -- Corrected several links into the Python docs that were broken ...Karen Tracey
2008-10-24Fixed #9430 -- Fixed documentation references to the HttpResponse classes forMalcolm Tredinnick
2008-09-17Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly ...Adrian Holovaty
2008-09-16Fixed #9091 -- Rephrased Variable() documentation. Thanks, teleniekoAdrian Holovaty
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-30Fixed #8545: Corrected typo in request/response docsJames Bennett
2008-08-24Fixed #8486: Corrected some file attribute names in the request/response docs...Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss