aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
diff options
context:
space:
mode:
authorTom Christie2013-02-22 00:42:37 -0800
committerTom Christie2013-02-22 00:42:37 -0800
commitef3303eb3702f365aeecb8296592cffa93c4afc7 (patch)
treebc6297fb5bb590558dd312d976eb5225eb2f9119 /docs/api-guide
parent47a4f0863d08e4b839ea3bbd7308ecc0f995b7d9 (diff)
parent31f3fa63b2758d1e16f6814f4ac18647412bdddb (diff)
downloaddjango-rest-framework-ef3303eb3702f365aeecb8296592cffa93c4afc7.tar.bz2
Merge pull request #670 from tomchristie/generic-form-input
PUT or PATCH raw data (eg. json) from Browseable API
Diffstat (limited to 'docs/api-guide')
-rw-r--r--docs/api-guide/renderers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md
index 4c1fdc53..ca9a6694 100644
--- a/docs/api-guide/renderers.md
+++ b/docs/api-guide/renderers.md
@@ -115,7 +115,7 @@ The TemplateHTMLRenderer will create a `RequestContext`, using the `response.dat
The template name is determined by (in order of preference):
-1. An explicit `.template_name` attribute set on the response.
+1. An explicit `template_name` argument passed to the response.
2. An explicit `.template_name` attribute set on this class.
3. The return result of calling `view.get_template_names()`.