forked from 0x2620/pandora
fix event update
This commit is contained in:
parent
7ae2ffb898
commit
eee7d1baef
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ class Event(models.Model):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def get_matches(self):
|
def get_matches(self, qs=None):
|
||||||
return get_matches(self, Event, 'event')
|
return get_matches(self, Event, 'event', qs)
|
||||||
|
|
||||||
def get_super_matches(self):
|
def get_super_matches(self):
|
||||||
return get_super_matches(self, Event)
|
return get_super_matches(self, Event)
|
||||||
|
|
Loading…
Reference in a new issue