﻿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
22215	1.4 tutorial minor error	vynce@…	nobody	"in: https://docs.djangoproject.com/en/1.4/intro/tutorial04/
toward the end, 

{{{
    url(r'^(?P<pk>\d+)/$',
        DetailView.as_view(
            model=Poll,
            template_name='polls/detail.html')),
}}}

but then it says ... `By default, the DetailView generic view uses a template called <app name>/<model name>_detail.html. In our case, it’ll use the template ""polls/poll_detail.html"".` except that I think it won't, because the template_name argument was used. 

"	Uncategorized	closed	Documentation	1.4	Normal	fixed			Unreviewed	0	0	0	0	1	0
