﻿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
22694	Code error in Django 1.6 tutorial, part 3	gander@…	nobody	"In the definition for the vote method, the line:

return HttpResponseRedirect(reverse('polls:results', args=(p.id,)))

should be:

return HttpResponseRedirect(reverse('polls:results', args=[p.id]))  (brackets, not parens)

I'm labeling this release blocker as the the code will not run without the change.

"	Bug	closed	Documentation	1.6	Release blocker	worksforme			Unreviewed	0	0	0	0	1	0
