7d3f815458
django-modelcluster extends Django's foreign key relations to make this possible. It introduces a new type of relation, ParentalKey, where the related models are stored locally to the 'parent' model until the parent is explicitly saved. Up to that point, the related models can still be accessed through a subset of the QuerySet API. WWW: https://github.com/wagtail/django-modelcluster
7 lines
387 B
Text
7 lines
387 B
Text
django-modelcluster extends Django's foreign key relations to make this
|
|
possible. It introduces a new type of relation, ParentalKey, where the related
|
|
models are stored locally to the 'parent' model until the parent is explicitly
|
|
saved. Up to that point, the related models can still be accessed through a
|
|
subset of the QuerySet API.
|
|
|
|
WWW: https://github.com/wagtail/django-modelcluster
|