We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f8cb1 commit 3ee12fbCopy full SHA for 3ee12fb
src/apps/competitions/models.py
@@ -60,7 +60,6 @@ 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