index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
http
Age
Commit message (
Expand
)
Author
2007-10-23
queryset-refactor: Merged from trunk up to [6595].
Malcolm Tredinnick
2007-10-08
queryset-refactor: Merged changed from trunk up to [6463].
Malcolm Tredinnick
2007-09-15
queryset-refactor: Merged to [6300]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6250]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6220]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6190]
Adrian Holovaty
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
2007-08-12
Clarified the reasoning in a comment.
Malcolm Tredinnick
2007-08-11
Fixed #3526 -- Added content_type as an alias for mimetype to the HttpRespons...
Malcolm Tredinnick
2007-07-11
Fixed #4815 -- Fixed decoding of request parameters when the input encoding is
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-27
Added a parameter to HttpResponse's constructor to enable explicit status code
Malcolm Tredinnick
2007-06-22
Backed out the changes in [5482] for a bit whilst some more investigation into
Malcolm Tredinnick
2007-06-17
Fixed #4565 -- Changed template rendering to use iterators, rather than
Malcolm Tredinnick
2007-05-19
Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson.
Malcolm Tredinnick
2007-05-11
Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict.
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-03-30
Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr.
Malcolm Tredinnick
2007-03-30
Refactored the HttpResponse sub-classes so that adding a subclass that only
Malcolm Tredinnick
2007-02-26
Fixed another Python 2.3 bug (this one on django.http.parse_file_upload). I t...
Jacob Kaplan-Moss
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2007-02-10
Fixed #3437 -- Fixed incorrect logic in django.http.HttpResponse calculation ...
Adrian Holovaty
2006-11-29
Fixed #3080 -- Fixed bug in delete_cookie() method. Thanks, nowell strite
Adrian Holovaty
2006-09-22
Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan
Malcolm Tredinnick
2006-08-09
Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta...
Adrian Holovaty
2006-07-21
Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...
Jacob Kaplan-Moss
2006-06-20
Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirec...
Adrian Holovaty
2006-06-20
Added 'method' attribute to HttpRequest objects
Adrian Holovaty
2006-06-19
Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty