Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make deletion easier, closes #2
  • Loading branch information
kthoden committed Feb 12, 2020
1 parent ab91290 commit 42bfb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoaforthcoming/models.py
Expand Up @@ -39,7 +39,7 @@ def __str__(self):

class EOAForthcomingModel(CMSPlugin):
eoaforthcoming = models.ForeignKey(
Forthcoming, on_delete=models.PROTECT
Forthcoming, on_delete=models.CASCADE
)

# functions:
Expand Down

0 comments on commit 42bfb3c

Please sign in to comment.