﻿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
16867	Validate GenericForeignKey's object_id_field/content_type_field options	Jacob	nobody	"See #7800

The `object_id_field` and `content_type_field` options to `GenericForeignKey` aren't validated by model validation, which means that if you make a mistake or typo weird stuff happens. `./manage.py validate` should complain about that.

I think this is probably blocking on the ability to plug into model validation since GFK's are in contrib and shouldn't have code in core."	New feature	closed	contrib.contenttypes	1.3	Normal	fixed			Accepted	0	0	0	0	0	0
