summaryrefslogtreecommitdiff
path: root/django/http
AgeCommit message (Expand)Author
2011-03-09Removed some dead code, and old/bad constructs from the HttpResponse classes.Alex Gaynor
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-02-13Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with ...Ramiro Morales
2011-01-27Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias for various MSIE fi...Russell Keith-Magee
2011-01-24Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...Luke Plant
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-11-26Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...Russell Keith-Magee
2010-11-02Fixed #14594 -- Corrected r14435, which got the logic completely bass ackward...Russell Keith-Magee
2010-11-02Fixed #14594 -- Corrected a problem introduced by r14394 whereby reading POST...Russell Keith-Magee
2010-10-29Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...Russell Keith-Magee
2010-10-20Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa...Luke Plant
2010-09-12Allow setting HttpResponse cookie expiry times with datetime objects.Malcolm Tredinnick
2010-09-11Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-05-28Fixed #13572: copies of QueryDicts now have their encoding set correctly.Jacob Kaplan-Moss
2010-03-02Fixed #11522: Restored ability of http redirect responses to correctly handle...Karen Tracey
2010-01-23Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa...Luke Plant
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-12Fixed edge case that breaks the test suite on versions of Python > 2.6.4Brian Rosner
2009-05-08Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...Jacob Kaplan-Moss
2009-05-08Fixed a silly function flow bug in [10711].Jacob Kaplan-Moss
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
2009-04-12Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().Malcolm Tredinnick
2009-03-31Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...Jacob Kaplan-Moss
2009-03-30Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss.Gary Wilson Jr
2008-08-29Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.Jacob Kaplan-Moss
2008-08-28Fixed an inconsistancy in redirects with `META['SERVER_PORT']` being either a...Jacob Kaplan-Moss
2008-08-23Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.Malcolm Tredinnick
2008-08-21Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. ThisMalcolm Tredinnick
2008-08-03Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...Gary Wilson Jr
2008-07-22Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T...Adrian Holovaty
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-19Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'boutMalcolm Tredinnick
2008-07-19First part of setting request.path correctly.Malcolm Tredinnick
2008-07-12Fixed #7635: do a better job checking for infinite loops in multi-part MIME p...Jacob Kaplan-Moss
2008-07-07Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss
2008-07-07Fixed #4148 -- Changed the way attachments are served to IE to avoid someMalcolm Tredinnick
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-03-20Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de factoMalcolm Tredinnick
2008-03-17Fixed #6764 -- Added some error checking around cookie decoding. Thanks,Malcolm Tredinnick
2008-03-08A few styling fixes.Gary Wilson Jr
2008-03-08Fixed #6657 -- Don't set secure attribute on cookie if `secure=False` is pass...Gary Wilson Jr
2008-02-27Removed an unnecessary default argument in one __deepcopy__() method and fixedMalcolm Tredinnick
2007-12-17Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ...Malcolm Tredinnick
2007-12-05Fixed #6063 -- Caught one place in HttpResponse that was not returning a strMalcolm Tredinnick
2007-12-01Small docstring edit in django/http/utils.py from [6662]Adrian Holovaty
2007-11-11Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick
2007-10-20Fixed #5562 -- Changed settings of Expires heading when expiring a cookie toMalcolm Tredinnick
2007-10-20Fixed #4969 -- Changed content retrieval in HttpResponse to be more robust inMalcolm Tredinnick
2007-10-20Changed the way we handle HTTP headers internally so that they appearMalcolm Tredinnick
2007-10-20Changed HttpResponse.get() to lower case the header value before looking it u...Malcolm Tredinnick