diff options
Diffstat (limited to 'www/py-django-modelcluster/pkg-descr')
-rw-r--r-- | www/py-django-modelcluster/pkg-descr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/py-django-modelcluster/pkg-descr b/www/py-django-modelcluster/pkg-descr index 815b73a39d65..d4446457fed3 100644 --- a/www/py-django-modelcluster/pkg-descr +++ b/www/py-django-modelcluster/pkg-descr @@ -3,5 +3,3 @@ 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 |