mirror of
https://github.com/django/django.git
synced 2025-08-01 09:32:50 +00:00
[2.2.x] Corrected StreamingHttpResponse.streaming_content description in docs.
Backport of 75f8264083
from master
This commit is contained in:
parent
68cc954ffb
commit
5b294d3931
1 changed files with 2 additions and 1 deletions
|
@ -1069,7 +1069,8 @@ Attributes
|
|||
|
||||
.. attribute:: StreamingHttpResponse.streaming_content
|
||||
|
||||
An iterator of strings representing the content.
|
||||
An iterator of the response content, bytestring encoded according to
|
||||
:attr:`HttpResponse.charset`.
|
||||
|
||||
.. attribute:: StreamingHttpResponse.status_code
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue