mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
add unique_together on EventMetaProperty (organizer, name)
This commit is contained in:
@@ -1841,6 +1841,7 @@ class EventMetaProperty(LoggedModel):
|
||||
|
||||
class Meta:
|
||||
ordering = ("position", "name",)
|
||||
unique_together = ('organizer', 'name')
|
||||
|
||||
@property
|
||||
def choice_keys(self):
|
||||
|
||||
Reference in New Issue
Block a user