Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Okay the typo is actually fixed this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
myles committed Mar 5, 2010
1 parent f58be6f commit de879ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/managers.py
Expand Up @@ -14,7 +14,7 @@ def upcoming(self, **kwargs):
"""
TODAY = datetime.now()
return self.get_query_set().filter(private=False,
start_date__gte=TODAY.date(), **kwargs).order_by('date')
start_date__gte=TODAY.date(), **kwargs).order_by('start_date')

def public(self, **kwargs):
"""
Expand Down

0 comments on commit de879ec

Please sign in to comment.