mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Changed documentation of HttpResponse.content to indicate it's a bytestring
This commit is contained in:
parent
e01ade61fe
commit
d4d0dd7416
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ Attributes
|
|||
|
||||
.. attribute:: HttpResponse.content
|
||||
|
||||
A string representing the content, encoded from a Unicode
|
||||
A bytestring representing the content, encoded from a Unicode
|
||||
object if necessary.
|
||||
|
||||
.. attribute:: HttpResponse.status_code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue