summaryrefslogtreecommitdiff
path: root/django/http/__init__.py
AgeCommit message (Expand)Author
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