mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Removed an obsolete TODO statement
This commit is contained in:
@@ -95,7 +95,6 @@ class Event(Versionable):
|
||||
class Meta:
|
||||
verbose_name = _("Event")
|
||||
verbose_name_plural = _("Events")
|
||||
# unique_together = (("organizer", "slug"),) # TODO: Enforce manually
|
||||
ordering = ("date_from", "name")
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user