Commit 4e80ec6a authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in...

[1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs.

Backport of 6dd50385 from master
parent 379bab35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).