﻿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
23851	'GenericForeignKey' object has no attribute 'deconstruct'	corebreaker	nobody	"The class `django.contrib.contenttypes.generic.GenericForeignKey` is a field type for models, used for my example by application `cmsplugin_rt.rt_carousel`, application that i modified in order to use it in Django 1.7 .

But class `django.contrib.contenttypes.generic.GenericForeignKey` has not the required method `deconstruct`.

I posted this ticket cause class `django.contrib.contenttypes.generic.GenericForeignKey` could be used by others as field in models and the exception could be raised for this reason.

The lack is just that class `django.contrib.contenttypes.generic.GenericForeignKey` has not implemented the required method `deconstruct`. This method should be added if not, we have to subclass `GenericForeignKey` at every time we use it as field in models. It's just a big work to do each time."	Bug	new	contrib.contenttypes	1.7	Normal			corebreaker	Unreviewed	0	0	0	0	0	0
