mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
[1.7.x] Fixed copy/paste typos in StreamingHttpResponse doc.
Backport of e9c730f6be
from master
This commit is contained in:
parent
82f6500275
commit
2ed41449bf
1 changed files with 3 additions and 3 deletions
|
@ -931,16 +931,16 @@ Attributes
|
||||||
|
|
||||||
An iterator of strings representing the content.
|
An iterator of strings representing the content.
|
||||||
|
|
||||||
.. attribute:: HttpResponse.status_code
|
.. attribute:: StreamingHttpResponse.status_code
|
||||||
|
|
||||||
The `HTTP status code`_ for the response.
|
The `HTTP status code`_ for the response.
|
||||||
|
|
||||||
.. attribute:: HttpResponse.reason_phrase
|
.. attribute:: StreamingHttpResponse.reason_phrase
|
||||||
|
|
||||||
.. versionadded:: 1.6
|
.. versionadded:: 1.6
|
||||||
|
|
||||||
The HTTP reason phrase for the response.
|
The HTTP reason phrase for the response.
|
||||||
|
|
||||||
.. attribute:: HttpResponse.streaming
|
.. attribute:: StreamingHttpResponse.streaming
|
||||||
|
|
||||||
This is always ``True``.
|
This is always ``True``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue