﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26376	"Explain what ""searching for a list of template names"" means in TemplateResponse.Mixin.get_template_names() docs."	Thomas Güttler	nobody	"I am missing what ""search"" means in the current docs of `get_template_names`:

> Returns a list of template names to search for when rendering the template.
> If template_name is specified, the default implementation will return a list containing template_name (if it is specified).

https://docs.djangoproject.com/en/1.9/ref/class-based-views/mixins-simple/#django.views.generic.base.TemplateResponseMixin.get_template_names

What kind of searching does happen here?

I don't understand why a list gets returned and not a single name.
"	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed			Accepted	1	0	0	0	0	0
