aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/responses.md
diff options
context:
space:
mode:
authorTom Christie2012-10-05 15:22:30 +0100
committerTom Christie2012-10-05 15:22:30 +0100
commit84958d131a29d80acea94dec5260b484556e73d0 (patch)
tree2738af716dd989f9fb08fdb979dbea9bc6940fc4 /docs/api-guide/responses.md
parent9d8bce8f5b0915223f57d9fe3d4b63029cfc64c2 (diff)
downloaddjango-rest-framework-84958d131a29d80acea94dec5260b484556e73d0.tar.bz2
Doc style tweaks
Diffstat (limited to 'docs/api-guide/responses.md')
-rw-r--r--docs/api-guide/responses.md4
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