mirror of
https://github.com/django/django.git
synced 2025-01-20 07:13:44 +00:00
Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs.
This commit is contained in:
parent
53e8ab580f
commit
6dd503851c
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user