﻿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
12133	tutorial 4 - generic view and vote view	dotdat	nobody	"In the last part of tutorial 4, it mention that in order to get the vote() view working, just change:

{{{
return HttpResponseRedirect(reverse('poll_results', args=(p.id,))) 
}}}
 
However in the vote() view, the exception handling code also needs to change to reference the new poll_detail.html template and change poll object name 'poll' to 'object' since the poll_detail.html was changed to use the generic view.

This is more of a clarification and nothing really wrong with the tutorial."		closed	Documentation	1.1		invalid			Unreviewed	0	0	0	0	0	0
