typo, fixes #693

This commit is contained in:
j 2012-03-21 09:13:38 +01:00
commit 11b0a06107
7 changed files with 12 additions and 12 deletions

View file

@ -15,7 +15,7 @@ def update_all_matches(**kwargs):
p = models.Place.objects.get(pk=i)
p.update_matches()
@task(ignore_resulsts=True, queue='default')
@task(ignore_results=True, queue='default')
def update_matches(id):
place = models.Place.objects.get(pk=id)
place.update_matches()