Changes between Version 3 and Version 4 of Ticket #23851
- Timestamp:
- Nov 17, 2014, 3:02:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23851 – Description
v3 v4 1 The class django.contrib.contenttypes.generic.GenericForeignKey is a field type , used for my example by application cmsplugin_rt.rt_carousel, application that i modified in order to use it in Django 1.7 .1 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 . 2 2 3 3 But class django.contrib.contenttypes.generic.GenericForeignKey has not the required method 'deconstruct'.