Corrected StreamingHttpResponse.streaming_content description in docs.

This commit is contained in:
niauah 2019-07-30 11:30:41 +08:00 committed by Carlton Gibson
parent 4edad1ddf6
commit 75f8264083
1 changed files with 2 additions and 1 deletions

View File

@ -1082,7 +1082,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