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:13:32 -0400 |
| commit | 4e80ec6a7bb59f6b6ef7ad8153d715098b2c9463 (patch) | |
| tree | eff12227007a1849cb1f752429fbcdcb6ccc0e22 /docs | |
| parent | 379bab354472b882fed250d0dceb73644d52e220 (diff) | |
[1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs.
Backport of 6dd503851c91197364f7c7b915cabb604fadb755 from master
Diffstat (limited to 'docs')
| -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). |
