﻿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
17537	Writing your first Django app, part 4 - Generic Views - Update to index.html needed	canice_lambe@…	nobody	"
I could only get the Generic Views to work after I gave the detail view a name 'poll_details' in the urlpatterns and updated index.html to have line:

            <li><a href=""{% url poll_details pk=poll.id %}"">{{ poll.id }}. {{ poll.question }}</a></li>
"	Uncategorized	closed	Documentation	1.3	Normal	worksforme			Unreviewed	0	0	0	0	0	0
