﻿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
21995	GenericForeignKey import wrong	helberg.andre@…	nobody	"On the page:
https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#django.contrib.contenttypes.generic.GenericForeignKey

Under Generic relations it says to use

{{{
from django.contrib.contenttypes.fields import GenericForeignKey
}}}


There is no ""fields"" in contenttypes, grepping through the source revealed it is:


{{{
from django.contrib.contenttypes import generic
}}}


and then it should read: 
{{{
generic.GenericForeignKey...
}}}

"	Uncategorized	closed	Documentation	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
