forked from CGM_Public/pretix_original
Use reproducible ordering for meta properties
This commit is contained in:
@@ -1800,6 +1800,9 @@ class ItemMetaProperty(LoggedModel):
|
||||
)
|
||||
default = models.TextField(blank=True)
|
||||
|
||||
class Meta:
|
||||
ordering = ("name",)
|
||||
|
||||
|
||||
class ItemMetaValue(LoggedModel):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user