﻿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
20958	Mention That GenericForeignKey Fields Can't Be Accessed in Forms	Mark Young	nobody	"Any attempt to use GenericForeignKey fields in forms fails with an exception of this form

{{{
django.core.exceptions.FieldError: Unknown field(s) (recipient) specified for Message
}}}

. This limitation is not mentioned in the docs. My patch corrects this. (It's a trivial two word addition) "	Cleanup/optimization	closed	Documentation	1.5	Normal	fixed			Accepted	1	0	0	0	1	0
