From c61364b96c05b7348aff4245be9f91207825eec9 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 10 Mar 2012 07:26:50 +0530 Subject: [PATCH] order --- itf/festival/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/festival/models.py b/itf/festival/models.py index 3f8faf4..10d3c18 100755 --- a/itf/festival/models.py +++ b/itf/festival/models.py @@ -173,7 +173,7 @@ class MeetingPerformance(models.Model): class Meta: - ordering = ['meeting_day__date', 'time'] + ordering = ['meeting_day', 'time'] def get_dict(self): return {