Carlton Gibson
|
0bd2c0c901
Fixed #33735 -- Added async support to StreamingHttpResponse.
|
2 years ago |
Nick Pope
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 years ago |
Claude Paroz
|
93803a1b5f
Fixed #33567 -- Avoided setting default text/html content type on responses.
|
3 years ago |
Keryn Knight
|
9bde906fb2
Refs #10188 -- Added tests for BadHeaderErrors when HTTP header with newlines cannot be encoded/decoded.
|
3 years ago |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
Nicolas Restrepo
|
bbb3965826
Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.
|
3 years ago |
Illia Volochii
|
3c004075b1
Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.
|
4 years ago |
Tom Carrick
|
dcb69043d0
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
|
4 years ago |
Tom Carrick
|
2e7cc95499
Refs #32002 -- Added tests for HttpResponse's content_type parameter.
|
4 years ago |
Tom Carrick
|
bcc2befd0e
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
4 years ago |
Jon Dufresne
|
505fec6bad
Capitalized Unicode in docs, strings, and comments.
|
5 years ago |
Jon Dufresne
|
7f0946298e
Replaced encode() usage with bytes literals.
|
5 years ago |
sage
|
9aa56cb0d5
Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
|
6 years ago |
Jon Dufresne
|
82f286cf6f
Refs #29784 -- Switched to https:// links where available.
|
6 years ago |
Tim Graham
|
d8e2be459f
Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.
|
6 years ago |
luz.paz
|
97e637a87f
Fixed typos in comments and docs.
|
6 years ago |
Alex Gaynor
|
9a56b4b13e
Fixed #27863 -- Added support for the SameSite cookie flag.
|
7 years ago |
Jon Dufresne
|
0a66aa158a
Refs #27308, #27753 -- Removed obsolete cookie test mixing bytes with str.
|
7 years ago |
Jon Dufresne
|
21046e7773
Fixed #28249 -- Removed unnecessary dict.keys() calls.
|
7 years ago |
Rajesh Veeranki
|
67e1afb4a8
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
|
7 years ago |
Tim Graham
|
6b4f018b2b
Replaced type-specific assertions with assertEqual().
|
8 years ago |
Tim Graham
|
500532c95d
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
8 years ago |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |
Claude Paroz
|
042b7350a0
Refs #23919 -- Removed unneeded str() calls
|
8 years ago |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 years ago |
Claude Paroz
|
dc8834cad4
Refs #23919 -- Removed unneeded force_str calls
|
8 years ago |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 years ago |
Claude Paroz
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 years ago |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 years ago |