﻿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
2429	[patch] Error in Tutorial 4	anonymous	Jacob	"A sentence ""So let's create a vote() function in mysite/polls/views.py:"" is followed by a code block.
It seems there should be also
from django.core.exceptions import ObjectDoesNotExist

and the line 
except (KeyError, Choice.DoesNotExist):
should be replaced with 
except (KeyError, ObjectDoesNotExist):

Python 2.4.3
Django svn version 3439

I'm sorry if I'm mistaken"	defect	closed	Documentation		blocker	invalid			Unreviewed	1	0	0	0	0	0
