mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
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