fix event update

This commit is contained in:
j 2012-05-31 22:11:35 +02:00
parent 7ae2ffb898
commit eee7d1baef

View File

@ -83,8 +83,8 @@ class Event(models.Model):
return True
return False
def get_matches(self):
return get_matches(self, Event, 'event')
def get_matches(self, qs=None):
return get_matches(self, Event, 'event', qs)
def get_super_matches(self):
return get_super_matches(self, Event)