﻿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
10940	Omission in tutorial, part 4: generic views	zpearce	nobody	"When refactoring the poll app for generic views, no mention is made of the need to change one of the parameters passed into the vote() view from poll_id to object_id.

Original:

def vote(request, poll_id):
...snip...

Should be:

def vote(request, object_id):
...etc..."		closed	Documentation	dev		invalid	tutorial, generic view, object_id		Unreviewed	0	0	0	0	0	0
