aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-modelcluster/pkg-descr
blob: 815b73a39d65e9fc66885a345268cc33c945bec5 (plain) (blame)
1
2
3
4
5
6
7
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