﻿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
9050	1.0 porting guide references `models` module where it should reference `admin` module.	Arthur Hebert	nobody	"In the porting guide (http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/) for inline admin editing, there is a line that reads 

{{{class ParentAdmin(models.ModelAdmin):}}} 

which should read 

{{{class ParentAdmin(admin.ModelAdmin):}}}

The former produces an error ""AttributeError: 'module' object has no attribute 'ModelAdmin'"""		closed	Uncategorized	1.0		fixed			Unreviewed	0	0	0	0	0	0
