| Age | Commit message (Expand) | Author |
| 2012-07-30 | [1.4.x] Fixed a security issue in http redirects. Disclosure and new release ... | Florian Apolloner |
| 2012-03-18 | Fixed #17931 -- Accepted aware datetimes to set cookies expiry dates. Thanks ... | Aymeric Augustin |
| 2012-03-17 | Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks... | Aymeric Augustin |
| 2012-02-10 | Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IO... | Carl Meyer |
| 2011-12-17 | Negligible spacing fixes to comments in django/http/__init__.py | Adrian Holovaty |
| 2011-12-17 | Fixed comma splice in DeprecationWarning for CompatCookie | Adrian Holovaty |
| 2011-12-16 | Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for... | Adrian Holovaty |
| 2011-12-16 | Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're... | Adrian Holovaty |
| 2011-12-11 | Fixed #15863 - SimpleCookies are not correctly serialized with the file or da... | Luke Plant |
| 2011-12-11 | Fixed #16632 -- Crash on responses without Content-Type with IE. Thanks juan ... | Aymeric Augustin |
| 2011-10-18 | Remove all relative imports. We have always been at war with relative imports. | Alex Gaynor |
| 2011-09-14 | Slight cleanup to r16829, thanks Alex Gaynor for the note. | Paul McMillan |
| 2011-09-14 | Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http... | Paul McMillan |
| 2011-09-10 | Added protection against spoofing of X_FORWARDED_HOST headers. A security ann... | Russell Keith-Magee |
| 2011-09-09 | Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo... | Jannis Leidel |
| 2011-08-12 | Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-07-08 | Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ... | Luke Plant |
| 2011-06-29 | Fixed our SimpleCookie overriding and use to be compatible with a (potential)... | Luke Plant |
| 2011-06-28 | Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w... | Jannis Leidel |
| 2011-06-25 | Fixed #15852 -- Modified cookie parsing so it can handle duplicate invalid co... | Ramiro Morales |
| 2011-06-16 | Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dic... | Jannis Leidel |
| 2011-06-10 | Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the mu... | Russell Keith-Magee |
| 2011-06-09 | Fixed #16178 - Cleanup request classes' `__repr__()` | Luke Plant |
| 2011-06-09 | Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men... | Ramiro Morales |
| 2011-05-21 | Fixed #12417 -- Added signing functionality, including signing cookies. Many ... | Jannis Leidel |
| 2011-05-07 | Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge... | Jannis Leidel |
| 2011-04-02 | Advanced deprecation on CompatCookie. | Russell Keith-Magee |
| 2011-03-28 | Fixed #15679 - regression in HttpRequest.POST and raw_post_data access. | Luke Plant |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |
| 2011-03-26 | Fixed #15642 -- Removed redundant imports in http/__init__.py. Thanks, jammon | Adrian Holovaty |
| 2011-03-09 | Removed some dead code, and old/bad constructs from the HttpResponse classes. | Alex Gaynor |
| 2011-03-02 | Fixed #4992 -- Respect the GET request query string when creating cache keys.... | Jannis Leidel |
| 2011-02-13 | Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with ... | Ramiro Morales |
| 2011-01-27 | Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias for various MSIE fi... | Russell Keith-Magee |
| 2011-01-24 | Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al... | Luke Plant |
| 2010-12-01 | Fixed #14809 -- broken login related tests after r14733. | Chris Beaven |
| 2010-11-26 | Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su... | Russell Keith-Magee |
| 2010-11-02 | Fixed #14594 -- Corrected r14435, which got the logic completely bass ackward... | Russell Keith-Magee |
| 2010-11-02 | Fixed #14594 -- Corrected a problem introduced by r14394 whereby reading POST... | Russell Keith-Magee |
| 2010-10-29 | Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag... | Russell Keith-Magee |
| 2010-10-20 | Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa... | Luke Plant |
| 2010-09-12 | Allow setting HttpResponse cookie expiry times with datetime objects. | Malcolm Tredinnick |
| 2010-09-11 | Improved unicode-type, ASCII-convertible header handling in | Malcolm Tredinnick |
| 2010-05-28 | Fixed #13572: copies of QueryDicts now have their encoding set correctly. | Jacob Kaplan-Moss |
| 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 |