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
2013-10-17
[1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1
Claude Paroz
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-24
[1.6.x] Fixed #20961 -- Fixed HttpResponse default empty content
Claude Paroz
2013-07-30
[1.6.x] Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.
Baptiste Mispelon
2013-06-26
Fixed missing initializations in WSGIRequest. Refs #20619
Loic Bistuer
2013-06-14
Fixed #20598 -- Add new HTTP status codes defined in rfc6585
CHI Cheng
2013-06-01
Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostError
Claude Paroz
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-21
Fixed #20472: response.content should be bytes on both Python 2 and 3
Ćukasz Langa
2013-05-19
Fixed #12747 -- Made reason phrases customizable.
Aymeric Augustin
2013-05-17
Corrected documentation on the constructor arguments of MultiPartParser
Eric Urban
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-04-03
Fixed #20038 -- Better error message for host validation.
Baptiste Mispelon
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-10
Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.
Aymeric Augustin
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-01-15
Kill mx.TextTools with fire
Matt Robenolt
2013-01-11
Fixed #19585 -- Fixed loading cookie value as a dict
Claude Paroz
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-12-29
Removed HttpRequest.raw_post_data.
Aymeric Augustin
2012-12-10
Fixed a security issue in get_host.
Florian Apolloner
2012-11-17
Fixed #19036 -- Fixed base64 uploads decoding
Claude Paroz
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.
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
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-20
Fixed #5611 -- Restricted accepted content types in parsing POST data
Claude Paroz
2012-10-17
Fixed a security issue related to password resets
Preston Holmes
2012-09-07
Fixed #18916 -- Allowed non-ASCII headers.
Aymeric Augustin
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-23
Fixed #18678 -- HttpResponse init arguments allowed for subclasses
Claude Paroz
2012-08-22
Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type
Claude Paroz
2012-08-22
Used the decorator syntax for properties in django.http
Claude Paroz
2012-08-19
[py3] Fixed another regression from 2892cb0ec4.
Aymeric Augustin
2012-08-19
[py3] Fixed regression introduced in 536b030363.
Aymeric Augustin
2012-08-19
[py3] Supported integers in HttpResponse
Aymeric Augustin
2012-08-15
[py3] Fixed HTTP header serialization
Claude Paroz
2012-08-14
[py3] Fixed file_uploads tests
Claude Paroz
2012-08-14
[py3] Fixed HttpResponse when initialized with bytes
Claude Paroz
2012-08-14
[py3] Ported django.http according to PEP 3333.
Aymeric Augustin
2012-08-13
[py3] Fixed contrib.formtools tests
Claude Paroz
[next]