0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Changed documentation of HttpResponse.content to indicate it's a bytestring

This commit is contained in:
Baptiste Mispelon 2013-12-13 11:42:14 +01:00
parent e01ade61fe
commit d4d0dd7416

View File

@ -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