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