﻿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
10294	Tutorial 4 uses incorrect variable	nic	nobody	"I could also be doing something wrong here, but it looks like a line in the section where you create generic views is incorrect. Here's the current line:

{{{(r'^(?P<poll_id>\d+)/vote/$', 'mysite.polls.views.vote'),}}}

It seems to me that the {{{poll_id}}} should have been changed to  {{{object_id}}}. I'm brand new to Python (and Django), so I'm not certain that's the complete solution, but it seemed to fix the generic views problems I had. (Also, sorry I didn't attach a patch even though it seems simple to me; very overwhelmed first-timer here.)"		closed	Documentation	dev		duplicate	tutorial		Unreviewed	0	0	0	0	0	0
