﻿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
9379	possible error in tutorial 4	ben@…	nobody	"Given the de-coupling of the URLconfs in tutorial 3, I think the following line:

return HttpResponseRedirect(reverse('mysite.polls.views.results', args=(p.id,)))

would need ""mysite"" removed to be:

return HttpResponseRedirect(reverse('polls.views.results', args=(p.id,)))
"		closed	Documentation	1.0		duplicate			Unreviewed	0	0	0	0	0	0
