Remove subevent.items (#4220)

This commit is contained in:
Raphael Michel
2024-06-14 14:49:55 +02:00
committed by GitHub
parent 44170c1b93
commit 877401d8c0
2 changed files with 3 additions and 5 deletions

View File

@@ -1468,8 +1468,6 @@ class SubEvent(EventMixin, LoggedModel):
seating_plan = models.ForeignKey('SeatingPlan', on_delete=models.PROTECT, null=True, blank=True,
related_name='subevents', verbose_name=_('Seating plan'))
items = models.ManyToManyField('Item', through='SubEventItem')
variations = models.ManyToManyField('ItemVariation', through='SubEventItemVariation')
comment = models.TextField(
verbose_name=_("Internal comment"),
null=True, blank=True