Changes between Initial Version and Version 1 of Ticket #24495
- Timestamp:
- Mar 16, 2015, 5:40:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24495 – Description
initial v1 16 16 PR: https://github.com/django/django/pull/4334 17 17 18 django-modelcluster uses a subclass of ForeignKey called "ParentalKey". For example, in Wagtailall of the "child models" (eg, page links, images, etc) are linked to their Page model using a ParentalKey.18 django-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. 19 19 20 20 Setting this flag on the ParentalKey class fixes this issue: https://github.com/kaedroho/django-modelcluster/commit/915dc7e1cfc2462c2068ab9e9a334a7197935c7d