| Age | Commit message (Expand) | Author |
| 2008-04-01 | queryset-refactor: Merged from trunk up to [7388]. | Malcolm Tredinnick |
| 2008-03-20 | queryset-refactor: Merged from trunk up to [7338]. | Malcolm Tredinnick |
| 2008-02-16 | queryset-refactor: Merged from trunk up to [7122]. | Malcolm Tredinnick |
| 2008-02-04 | queryset-refactor: Merged changes from trunk up to [7085]. | Malcolm Tredinnick |
| 2007-12-19 | queryset-refactor: Merged from trunk up to [6953]. | Malcolm Tredinnick |
| 2007-12-03 | queryset-refactor: Merged from trunk up to [6856]. | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Merged from trunk up to [6595]. | Malcolm Tredinnick |
| 2007-10-08 | queryset-refactor: Merged changed from trunk up to [6463]. | Malcolm Tredinnick |
| 2007-09-15 | queryset-refactor: Merged to [6190] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6155] | Adrian Holovaty |
| 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 |
| 2005-09-02 | Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-... | Adrian Holovaty |
| 2005-09-01 | Fixed inevitable ReST bugs in [592] | Adrian Holovaty |
| 2005-09-01 | Added docs/request_response.txt | Adrian Holovaty |