﻿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
21834	A simple typo to be fixed	anonymous	nobody	"In https://docs.djangoproject.com/en/1.6/intro/tutorial04/

{{{

class DetailView(generic.DetailView):
    model = Poll
    template_name = 'polls/detail.html'
}}}

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"". The template is 'polls/detail.html' as indicated in the code.

The bold part should be just '''detail''' "	Bug	closed	Documentation	1.6	Normal	fixed			Unreviewed	1	0	0	0	0	0
