Skip to content

Commit 6fc4445

Browse files
LincolnPuzeyfelixxm
authored andcommitted
[3.0.x] Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse docs.
Backport of d754361 from master
1 parent b732afe commit 6fc4445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ref/request-response.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ The :class:`StreamingHttpResponse` is not a subclass of :class:`HttpResponse`,
10841084
because it features a slightly different API. However, it is almost identical,
10851085
with the following notable differences:
10861086

1087-
* It should be given an iterator that yields strings as content.
1087+
* It should be given an iterator that yields bytestrings as content.
10881088

10891089
* You cannot access its content, except by iterating the response object
10901090
itself. This should only occur when the response is returned to the client.

0 commit comments

Comments
 (0)