﻿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
17024	missing import Choice line in tutorial02	stephen.smith@…	nobody	"In Part 2 of the online tutorial (tutorial02) when you get to the section to inline the Choice model, the example code does not mention that you need to add the following line:

from polls.models import Choice

to admin.py and without that line you get an error upon refreshing the admin page.  This should be added in the sample code that immediately follows this line in the text:

Remove the register() call for the Choice model. Then, edit the Poll registration code to read:

This might seem intuitive enough to a python expert (to add the above line) but a beginner will get an error and possibly be stuck if they follow the tutorial instructions word for word."	Cleanup/optimization	closed	Documentation	1.3	Normal	fixed			Accepted	0	0	0	0	0	0
