﻿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
23645	Critical technical typo error in documentation	dexter aparicio	nobody	"The error is in ""« Writing your first Django app, part 3"" on section ""A shortcut: get_object_or_404()"". In the code snippet of polls/views.py for the detail() function, the return statement should be changed from:

return render(request, 'polls/detail.html', {'question': question})

to

return render(request, 'polls/detail.html', {'question': question_id})"	Uncategorized	closed	Documentation	1.7	Normal	invalid	question_id		Unreviewed	0	0	0	0	0	0
