diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-21 08:09:13 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-21 08:09:13 -0400 |
| commit | 6dd503851c91197364f7c7b915cabb604fadb755 (patch) | |
| tree | cd62d9fdd7ab1bf91400d2267ba42d05ffb55a23 /docs/ref | |
| parent | 53e8ab580f7c0fcfc589ba0b1b6cc2556080e0b2 (diff) | |
Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/class-based-views/mixins-simple.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/mixins-simple.txt b/docs/ref/class-based-views/mixins-simple.txt index f8584fa67e..b039967c46 100644 --- a/docs/ref/class-based-views/mixins-simple.txt +++ b/docs/ref/class-based-views/mixins-simple.txt @@ -89,7 +89,7 @@ Simple mixins .. method:: get_template_names() Returns a list of template names to search for when rendering the - template. + template. The first template that is found will be used. If :attr:`template_name` is specified, the default implementation will return a list containing :attr:`template_name` (if it is specified). |
