diff options
| author | niauah <50414882+niauah@users.noreply.github.com> | 2019-07-30 11:30:41 +0800 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-08-02 16:47:00 +0200 |
| commit | 5b294d393135babefe137ba4b87b995fed321e66 (patch) | |
| tree | 8f60cd8c7c03d3d70e7dd240e36c988fb059119f /docs | |
| parent | 68cc954ffba7fff0b672adf75a04f1d488efa652 (diff) | |
[2.2.x] Corrected StreamingHttpResponse.streaming_content description in docs.
Backport of 75f8264083c2c938da757fcef3678faee66b1d45 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/request-response.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 10d18a8d9d..22cc016057 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -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 |
