summaryrefslogtreecommitdiff
path: root/django/http
AgeCommit message (Expand)Author
2007-07-04unicode: Fixed a docstring that was no longer completely accurate.Malcolm Tredinnick
2007-07-03unicode: Made some documentation edits and inconsequential typo fixes through...Adrian Holovaty
2007-07-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-17unicode: Render templates as unicode objects and only convert them toMalcolm Tredinnick
2007-06-11unicode: Changed the way re-encoding of form field submission works so thatMalcolm Tredinnick
2007-06-11unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed aMalcolm Tredinnick
2007-05-28unicode: Fixed a docstring from [5373].Malcolm Tredinnick
2007-05-28unicode: Fixed decoding problems in POST when a form upload was part of a form.Malcolm Tredinnick
2007-05-25unicode: Added a more convenient way to set/change the encoding on a requestMalcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].Malcolm Tredinnick
2007-05-13unicode: Merged from trunk up to [5213].Malcolm Tredinnick
2007-05-12unicode: Added handling for illegaly encoded form input.Malcolm Tredinnick
2007-05-11unicode: First part of the form input changes. Form parameters are nowMalcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-03-30Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr.Malcolm Tredinnick
2007-03-30Refactored the HttpResponse sub-classes so that adding a subclass that onlyMalcolm Tredinnick
2007-02-26Fixed another Python 2.3 bug (this one on django.http.parse_file_upload). I t...Jacob Kaplan-Moss
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-02-10Fixed #3437 -- Fixed incorrect logic in django.http.HttpResponse calculation ...Adrian Holovaty
2006-11-29Fixed #3080 -- Fixed bug in delete_cookie() method. Thanks, nowell striteAdrian Holovaty
2006-09-22Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, IvanMalcolm Tredinnick
2006-08-09Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta...Adrian Holovaty
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-06-20Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirec...Adrian Holovaty
2006-06-20Added 'method' attribute to HttpRequest objectsAdrian Holovaty
2006-06-19Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.Malcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty