1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00
This commit is contained in:
Ehouarn
2025-05-08 18:34:23 +02:00
parent 03932672f3
commit 0cf11c6348
5 changed files with 39 additions and 2 deletions

View File

@ -234,7 +234,7 @@ class Guest(models.Model):
"""
activity = models.ForeignKey(
Activity,
on_delete=models.PROTECT,
on_delete=models.CASCADE,
related_name='+',
)