﻿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
20858	Tutorial 2 in the Django documentation has an invalid import	Scott Shields	nobody	"The third block of code in Tutorial 2's [https://docs.djangoproject.com/en/dev/intro/tutorial02/#customize-the-admin-change-list Customize the admin change list] section has an invalid import. The previous version of the page (v1.5) left off imports entirely (which is the route that I took with the patch), but the offending line of code is the following:

{{{
from polls.models import Poll
}}}

My patch is based off of the master branch for Django."	Bug	closed	Documentation	1.5	Normal	fixed			Unreviewed	1	0	0	0	1	0
