Changes between Initial Version and Version 3 of Ticket #23851


Ignore:
Timestamp:
Nov 17, 2014, 2:29:48 AM (9 years ago)
Author:
corebreaker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23851

    • Property Severity Release blockerNormal
    • Property Cc corebreaker added
    • Property Type UncategorizedBug
  • Ticket #23851 – Description

    initial v3  
    55I 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.
    66
    7 The lack is just that class django.contrib.contenttypes.generic.GenericForeignKey has not the required 'decontruct' 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.
     7The 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.
Back to Top