Changes between Initial Version and Version 3 of Ticket #23851
- Timestamp:
- Nov 17, 2014, 2:29:48 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23851
- Property Severity Release blocker → Normal
- Property Cc added
- Property Type Uncategorized → Bug
-
Ticket #23851 – Description
initial v3 5 5 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. 6 6 7 The lack is just that class django.contrib.contenttypes.generic.GenericForeignKey has not the required 'decon truct' method. This method must 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.7 The lack is just that class django.contrib.contenttypes.generic.GenericForeignKey has not the required 'deconstruct' method. This method must 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.