Skip to content

Commit

Permalink
Renamed method because of deprecation warning from django
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfilliau committed Jan 12, 2015
1 parent b6763af commit cc1dcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talks/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class PublishedEventManager(models.Manager):
or in preparation.
"""

def get_query_set(self):
def get_queryset(self):
return super(PublishedEventManager, self).get_query_set().filter(embargo=False,
status=EVENT_PUBLISHED)

Expand Down

0 comments on commit cc1dcca

Please sign in to comment.