diff options
Diffstat (limited to 'docs/api-guide/responses.md')
| -rw-r--r-- | docs/api-guide/responses.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-guide/responses.md b/docs/api-guide/responses.md index 724428f8..b5ad843b 100644 --- a/docs/api-guide/responses.md +++ b/docs/api-guide/responses.md @@ -56,7 +56,7 @@ The `Response` class extends `SimpleTemplateResponse`, and all the usual methods ## .data -The unrendered content of a `Request` object can be accessed using the `.data` attribute. +The unrendered content of a `Request` object. ## .status_code @@ -64,7 +64,7 @@ The numeric status code of the HTTP response. ## .content -The rendered content of the response. `.render()` must have been called before `.content` can be accessed. +The rendered content of the response. The `.render()` method must have been called before `.content` can be accessed. ## .template_name |
