Django extension for working with clusters of models as a single unit
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.
$
pkg install py311-dj52-django-modelclusterOrigin
www/py-dj52-django-modelcluster
Size
315KiB
License
BSD3CLAUSE
Maintainer
sunpoet@FreeBSD.org
Dependencies
3 packages
Required by
1 packages