﻿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
19332	Tutorial 4 - error	renee.vanheerden@…	nobody	"In Tutorial 4 - Use generic views: Less code is better:

Add that you have to change the following line in views.py

return HttpResponseRedirect(reverse('polls.views.results', args=(p.id,)))
to
return HttpResponseRedirect(reverse('results', args=(p.id,)))

the current version gives an error
""Reverse for 'polls.views.results' with arguments '(5,)' and keyword arguments '{}' not found."""	Bug	closed	Documentation	1.4	Normal	worksforme			Unreviewed	0	0	0	0	0	0
