| Age | Commit message (Expand) | Author |
| 2010-06-07 | [soc2010/query-refactor] Merged up to trunk r13328. | Alex Gaynor |
| 2010-03-02 | Fixed #11522: Restored ability of http redirect responses to correctly handle... | Karen Tracey |
| 2010-01-23 | Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa... | Luke Plant |
| 2009-12-17 | Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than... | Jacob Kaplan-Moss |
| 2009-12-12 | Fixed edge case that breaks the test suite on versions of Python > 2.6.4 | Brian Rosner |
| 2009-05-08 | Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed a silly function flow bug in [10711]. | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas. | Jacob Kaplan-Moss |
| 2009-04-12 | Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri(). | Malcolm Tredinnick |
| 2009-03-31 | Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss. | Gary Wilson Jr |
| 2008-08-29 | Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed an inconsistancy in redirects with `META['SERVER_PORT']` being either a... | Jacob Kaplan-Moss |
| 2008-08-23 | Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs. | Malcolm Tredinnick |
| 2008-08-21 | Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. This | Malcolm Tredinnick |
| 2008-08-03 | Fixed #8092, #3828 -- Removed dictionary access for request objects so that G... | Gary Wilson Jr |
| 2008-07-22 | Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T... | Adrian Holovaty |
| 2008-07-21 | Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or | Malcolm Tredinnick |
| 2008-07-19 | Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout | Malcolm Tredinnick |
| 2008-07-19 | First part of setting request.path correctly. | Malcolm Tredinnick |
| 2008-07-12 | Fixed #7635: do a better job checking for infinite loops in multi-part MIME p... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7651: uploading multiple files with the same name now work. Also, in o... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #4148 -- Changed the way attachments are served to IE to avoid some | Malcolm Tredinnick |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-03-20 | Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de facto | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6764 -- Added some error checking around cookie decoding. Thanks, | Malcolm Tredinnick |
| 2008-03-08 | A few styling fixes. | Gary Wilson Jr |
| 2008-03-08 | Fixed #6657 -- Don't set secure attribute on cookie if `secure=False` is pass... | Gary Wilson Jr |
| 2008-02-27 | Removed an unnecessary default argument in one __deepcopy__() method and fixed | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ... | Malcolm Tredinnick |
| 2007-12-05 | Fixed #6063 -- Caught one place in HttpResponse that was not returning a str | Malcolm Tredinnick |
| 2007-12-01 | Small docstring edit in django/http/utils.py from [6662] | Adrian Holovaty |
| 2007-11-11 | Fixed #5898 -- Changed a few response processing paths to make things harder ... | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5562 -- Changed settings of Expires heading when expiring a cookie to | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4969 -- Changed content retrieval in HttpResponse to be more robust in | Malcolm Tredinnick |
| 2007-10-20 | Changed the way we handle HTTP headers internally so that they appear | Malcolm Tredinnick |
| 2007-10-20 | Changed HttpResponse.get() to lower case the header value before looking it u... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4986 -- Fixed a logic bug from [6166]. | Malcolm Tredinnick |
| 2007-09-15 | Added a get_host() method to HttpRequest. There is still an http.get_host() v... | Malcolm Tredinnick |
| 2007-09-14 | Added more dict-like methods to HttpResponse as part of the response.headers ... | Jacob Kaplan-Moss |
| 2007-09-14 | Backwards-incompatible change: renamed HttpResponse.headers to HttpResponse._... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed the breakage in [6164] in a different, better way: HttpResponse now imp... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #2970: made HttpResponse headers case-insensitive. Thanks to SmileyChri... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5445: added some compatibility code for the lack of __iter__ in Jython... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed a typo from [6164]. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4986 -- Improved get_host() host detection. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati... | Malcolm Tredinnick |
| 2007-09-11 | Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd... | Russell Keith-Magee |
| 2007-09-11 | Fixed #5318 -- Added __contains__ method to HttpRequest, mirroring existing h... | Russell Keith-Magee |
| 2007-08-12 | Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page.... | Malcolm Tredinnick |