diff options
Diffstat (limited to 'docs/ref/class-based-views/mixins-simple.txt')
| -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 6130b824a6..1d41b25ad4 100644 --- a/docs/ref/class-based-views/mixins-simple.txt +++ b/docs/ref/class-based-views/mixins-simple.txt @@ -105,7 +105,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). |
