﻿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
21885	Incorrect import in Content Types docs	anonymous	nobody	"https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#generic-relations

For the Generic Relation example in content types, you have this import

from django.contrib.contenttypes.fields import GenericForeignKey

when it should be,

from django.contrib.contenttypes.generic import GenericForeignKey"	Uncategorized	closed	Documentation	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
