Skip to content

Commit

Permalink
minor fix in model_subevents
Browse files Browse the repository at this point in the history
  • Loading branch information
Ia-in03 committed Nov 16, 2024
1 parent be50dbc commit e4652bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksu_events/ksu_events/models/model_subevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def __str__(self):
return '{}-{}'.format(self.pk, self.subevent_name)

class Meta:
unique_together = (("subevent_name", "event"))
unique_together = (("subevent_name", "parent_event"))

0 comments on commit e4652bd

Please sign in to comment.