mirror of
https://github.com/Hopiu/django.git
synced 2026-04-27 02:04:49 +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…
Reference in a new issue