Changes between Version 3 and Version 4 of Ticket #23851


Ignore:
Timestamp:
Nov 17, 2014, 3:02:44 AM (9 years ago)
Author:
corebreaker
Comment:

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 .
     1The 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 .
    22
    33But class django.contrib.contenttypes.generic.GenericForeignKey has not the required method 'deconstruct'.
Back to Top