Add ordering to timetable object
This commit is contained in:
parent
019ac97d19
commit
b1e09d806a
|
|
@ -36,3 +36,4 @@ class Timetable(ProjectBaseMixin):
|
||||||
"""Meta class."""
|
"""Meta class."""
|
||||||
verbose_name = _('Timetable')
|
verbose_name = _('Timetable')
|
||||||
verbose_name_plural = _('Timetables')
|
verbose_name_plural = _('Timetables')
|
||||||
|
ordering = ['weekday']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user