﻿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
18113	Class based view mixin docstrings reference incorrect method	Keryn Knight <django@…>	nobody	"Both the SingleObjectTemplateResponseMixin and the MultipleObjectTemplateResponseMixin (detail and list, respectively) have the following docstring for the method get_template_names()
{{{
Return a list of template names to be used for the request. Must return
a list. May not be called if get_template is overridden.
}}}
However, looking through all the generic views, and grepping SVN trunk, I can't find anywhere get_template itself is being defined, or used.  The closest thing I can find is the legacy form wizard having that method."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	get_template CBV		Accepted	0	0	0	0	0	0
