order
This commit is contained in:
parent
defc797963
commit
c61364b96c
|
@ -173,7 +173,7 @@ class MeetingPerformance(models.Model):
|
||||||
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ['meeting_day__date', 'time']
|
ordering = ['meeting_day', 'time']
|
||||||
|
|
||||||
def get_dict(self):
|
def get_dict(self):
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user