We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a41be2 commit 36f8cb1Copy full SHA for 36f8cb1
1 file changed
src/apps/competitions/models.py
@@ -60,6 +60,7 @@ class Competition(models.Model):
60
blank=True,
61
related_name='competitions',
62
verbose_name="group of participants",
63
+ on_delete=models.CASCADE,
64
help_text="Competition owner being able to create groups of users."
65
)
66
0 commit comments