order
This commit is contained in:
parent
defc797963
commit
c61364b96c
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class MeetingPerformance(models.Model):
|
|||
|
||||
|
||||
class Meta:
|
||||
ordering = ['meeting_day__date', 'time']
|
||||
ordering = ['meeting_day', 'time']
|
||||
|
||||
def get_dict(self):
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue