Django extension to allow working with clusters of models as a single unit, independently of the database
copied from cf-staging / django-modelclusterconda install conda-forge::django-modelcluster
conda install conda-forge/label/cf201901::django-modelcluster
conda install conda-forge/label/cf202003::django-modelcluster
conda install conda-forge/label/gcc7::django-modelcluster
django-modelcluster extends Django foreign key relations. 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.