diff --git a/cmsplugin_svg/models.py b/cmsplugin_svg/models.py index c09486b..2596d94 100644 --- a/cmsplugin_svg/models.py +++ b/cmsplugin_svg/models.py @@ -39,6 +39,7 @@ class SvgImage(CMSPlugin): CMSPlugin, related_name='+', parent_link=True, + on_delete=models.CASCADE, ) label = models.CharField(