﻿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
13307	documentation for 'Generic relations in forms and admin' is incorrect, or at least misleading	loki77	nobody	"Here: http://docs.djangoproject.com/en/1.1/ref/contrib/contenttypes/#generic-relations-in-forms-and-admin

It talks about 'generic.GenericInlineModelAdmin' as if that can be used in admin.py to add Inlines to the admin.  I messed with this for a while, getting nowhere (no Inline would show up in the model) till I broke open the code itself and found that the name of the Inline objects that should be used are 'GenericStackedInline' and 'GenericTabularInline'.  Once I used one of those the inline appeared as expected."		closed	Documentation	1.1		fixed			Accepted	0	0	0	0	0	0
