typo, fixes #693
This commit is contained in:
parent
db9dd43740
commit
11b0a06107
7 changed files with 12 additions and 12 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue