﻿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
4409	Tutorial part 4	rBoa <mitch.hunt.007@…>	Jacob	"In the section covering the 'vote' function, I think there is an error.  The line:
{{{
reverse('results', args=(p.id,))
}}}
I do not think the reverse function is correct and was able to verify within 'shell'.  The reverse function should be:
{{{
reverse('mysite.polls.views.results', args=(p.id,))
}}}

BTW: I am using 0.96-pre"		closed	Documentation	dev		fixed	tutorial		Ready for checkin	1	0	0	1	0	0
