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
/
response.py
Age
Commit message (
Expand
)
Author
2013-11-15
Fixed the use of the -ise suffix, where -ize is prefered
Alex Gaynor
2013-10-17
Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1
Claude Paroz
2013-09-09
Fixed #20889 -- Prevented email.Header from inserting newlines
Daniel Boeve
2013-08-24
Fixed #20961 -- Fixed HttpResponse default empty content
Claude Paroz
2013-07-30
Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.
Baptiste Mispelon
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-29
Removed compatibility code for streaming responses.
Aymeric Augustin
2013-06-28
Removed 'mimetype' arguments from a few places, as per deprecation TL.
Ramiro Morales
2013-06-14
Fixed #20598 -- Add new HTTP status codes defined in rfc6585
CHI Cheng
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-19
Fixed #12747 -- Made reason phrases customizable.
Aymeric Augustin
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2012-12-31
Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
Aymeric Augustin
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-25
Fixed #18796 -- Refactored conversion to bytes in HttpResponse
Aymeric Augustin
2012-10-24
Fixed #13222 -- Made HttpResponse iterable once
Aymeric Augustin
2012-10-24
Fixed #6527 -- Provided repeatable content access
Aymeric Augustin
2012-10-23
Reverted 6a64822bf4632707212314a25a843c862bdb3874.
Aymeric Augustin
2012-10-22
Fixed #13222 -- Repeated iteration of HttpResponse
Aymeric Augustin
2012-10-21
Cleaned up the the http module. Moved all of the code from __init__.py to req...
Alex Gaynor
[prev]