﻿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
11587	"Small error in tutorial (""poll_id"" should be ""object_id"")"	popcorn	nobody	"Hi, I was just going through the tutorial on django, and found a small error on the page 4
of the tutorial. The last instance of the url_patterns definition has the line

{{{ (r'^(?P<poll_id>\d+)/vote/$', 'mysite.polls.views.vote') }}}

which should be

{{{ (r'^(?P<object_id>\d+)/vote/$', 'mysite.polls.views.vote') }}}

Otherwise, I managed to get through the whole thing and now have my very first django app running! Thanks!"		closed	Documentation	1.0		duplicate			Unreviewed	0	0	0	0	0	0
