Changes between Initial Version and Version 1 of Ticket #24495


Ignore:
Timestamp:
Mar 16, 2015, 5:40:36 PM (9 years ago)
Author:
Karl Hobley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24495 – Description

    initial v1  
    1616PR: https://github.com/django/django/pull/4334
    1717
    18 django-modelcluster uses a subclass of ForeignKey called "ParentalKey". For example, in Wagtail all of the "child models" (eg, page links, images, etc) are linked to their Page model using a ParentalKey.
     18django-modelcluster uses a subclass of ForeignKey called "ParentalKey". In Wagtail, all of the "child models" (eg, page links, images, etc) are linked to their Page model using a ParentalKey.
    1919
    2020Setting this flag on the ParentalKey class fixes this issue: https://github.com/kaedroho/django-modelcluster/commit/915dc7e1cfc2462c2068ab9e9a334a7197935c7d
Back to Top