﻿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
32802	Ability to generate GenericForeignKey from class properties	Timur Kadyev	nobody	"Generating GenericForeignKey currently assumes pass it the names of the two fields. These fields are default named “content_type” and “object_id”.
Sometimes in practice it is convenient to calculate the values of these fields (ex. property). In this case, you have to create two additional fields in which you need to write properties values in order to pass the GenericForeignKey name validation.
It would be nice to change the GenericForeignKey name validation to accept not only fields but also properties."	New feature	closed	contrib.contenttypes	3.2	Normal	wontfix	GenericForeignKey		Unreviewed	0	0	0	0	0	0
