Skip to content

Commit af78944

Browse files
committed
flip event ordering
1 parent 930da33 commit af78944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anthill/events/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Event(LocationModel):
2626
objects = EventManager()
2727

2828
class Meta:
29-
ordering = ['-start_date']
29+
ordering = ['start_date']
3030

3131
def __unicode__(self):
3232
return self.title

0 commit comments

Comments
 (0)