diff options
| author | Tom Christie | 2013-02-22 08:39:50 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-22 08:39:50 +0000 |
| commit | 31f3fa63b2758d1e16f6814f4ac18647412bdddb (patch) | |
| tree | bc6297fb5bb590558dd312d976eb5225eb2f9119 /docs/api-guide | |
| parent | 048ef6a03988d371f25352eb0aba24c40b997054 (diff) | |
| download | django-rest-framework-31f3fa63b2758d1e16f6814f4ac18647412bdddb.tar.bz2 | |
Tweak TemplateHTMLRenderer docs.
Diffstat (limited to 'docs/api-guide')
| -rw-r--r-- | docs/api-guide/renderers.md | 2 |
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()`. |
