index
:
chango.git
devmain
fix-31295
initial-branch
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-07-04
unicode: Fixed a docstring that was no longer completely accurate.
Malcolm Tredinnick
2007-07-03
unicode: Made some documentation edits and inconsequential typo fixes through...
Adrian Holovaty
2007-07-01
unicode: Merged changes from trunk up to [5579].
Malcolm Tredinnick
2007-06-17
unicode: Render templates as unicode objects and only convert them to
Malcolm Tredinnick
2007-06-11
unicode: Changed the way re-encoding of form field submission works so that
Malcolm Tredinnick
2007-06-11
unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed a
Malcolm Tredinnick
2007-05-28
unicode: Fixed a docstring from [5373].
Malcolm Tredinnick
2007-05-28
unicode: Fixed decoding problems in POST when a form upload was part of a form.
Malcolm Tredinnick
2007-05-25
unicode: Added a more convenient way to set/change the encoding on a request
Malcolm Tredinnick
2007-05-21
unicode: Merged from trunk up to [5308].
Malcolm Tredinnick
2007-05-13
unicode: Merged from trunk up to [5213].
Malcolm Tredinnick
2007-05-12
unicode: Added handling for illegaly encoded form input.
Malcolm Tredinnick
2007-05-11
unicode: First part of the form input changes. Form parameters are now
Malcolm Tredinnick
2007-04-28
unicode: Merged from trunk up to [5121].
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