We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930da33 commit af78944Copy full SHA for af78944
anthill/events/models.py
@@ -26,7 +26,7 @@ class Event(LocationModel):
26
objects = EventManager()
27
28
class Meta:
29
- ordering = ['-start_date']
+ ordering = ['start_date']
30
31
def __unicode__(self):
32
return self.title
0 commit comments