summaryrefslogtreecommitdiff
path: root/docs/request_response.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-03Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...Gary Wilson Jr
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-04-30Added 'Setting headers' and 'Telling the browser to treat the response as a f...Adrian Holovaty
2008-03-25Edited some docs changes from the past few daysAdrian Holovaty
2008-03-20Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de factoMalcolm Tredinnick
2008-03-18Fixed #6382: Documented request.urlconfJames Bennett
2008-02-16Made a bunch of small doc rewordings from changes over the past couple of weeksAdrian Holovaty
2008-02-04Fixed #6278 -- Documented that the 404 template is passed a RequestContext an...Malcolm Tredinnick
2007-12-17Fixed #6119 -- Documented HttpRequest.get_host(). Thanks, PJCrosier.Malcolm Tredinnick
2007-12-17Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.Malcolm Tredinnick
2007-12-04Edited docs/request_response.txt changes from [6808]Adrian Holovaty
2007-12-01Correcting some awkward wording/spelling in docs/request_response.txt while I...James Bennett
2007-12-01Fixed #5550: Documented the context used by the default view for 404 and 500 ...James Bennett
2007-10-10Fixed #5723 -- Fixed typo in request response docs. Thanks, derelm.Russell Keith-Magee
2007-09-20Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas GuttlerAdrian Holovaty
2007-09-14Added 'New in Django development version' note to docs/request_response.txt c...Adrian Holovaty
2007-09-14Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati...Malcolm Tredinnick
2007-09-14Edited docs/request_response.txt change from [6155]Adrian Holovaty
2007-09-14Fixed #4726 -- Added a note about the exception raised by QuerySet.__getitem__.Malcolm Tredinnick
2007-08-11Added "new in development version" annotation to HttpRequest.encoding documen...Malcolm Tredinnick
2007-08-11Documented the encoding attribute on the HttpRequest class.Malcolm Tredinnick
2007-08-11Fixed #3526 -- Added content_type as an alias for mimetype to the HttpRespons...Malcolm Tredinnick
2007-08-06Fixed #4985 -- Clarified location of HttpResponse in docs/request_response.tx...Adrian Holovaty
2007-04-23Added HTTP_HOST example headerSimon Willison
2007-04-09Fixed #3968 -- Fixed typo in docs/request_response.txtAdrian Holovaty
2007-04-01Documented HttpResponseBadRequest. Refs #3847 and [4867]Adrian Holovaty
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-02-18Copy edited new docs in docs/request_response.txt from [4534]Adrian Holovaty
2007-02-17Fixed #2906 -- Added documentation about HTTP error code returns and theMalcolm Tredinnick
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2006-10-23Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correctMalcolm Tredinnick
2006-08-09Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta...Adrian Holovaty
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-06-22Fixed typo in docs/request_response.txtAdrian Holovaty
2006-06-21Fixed a few small rst errors in request/response and fastcgi docs.Jacob Kaplan-Moss
2006-06-20Added 'method' attribute to HttpRequest objectsAdrian Holovaty
2006-06-19Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.Malcolm Tredinnick
2006-05-09Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2006-01-08Fixed bug in docs/request_response.txt. Thanks, Anders HovmöllerAdrian Holovaty
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-30Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, BrantleyAdrian Holovaty
2005-11-01Fixed #508 -- Added support for 'expires' in cookies and changed session midd...Adrian Holovaty
2005-09-27Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.comAdrian Holovaty
2005-09-23Fixed #236 -- Added HttpResponse.delete_cookie() method.Adrian Holovaty