update wanted

This commit is contained in:
j 2011-08-25 16:45:55 +02:00
parent bf345dff14
commit 5f740534b5

View file

@ -71,6 +71,7 @@ def update_or_create_instance(volume, f):
instance.extra = True
instance.save()
instance.file.save()
instance.file.item.update_wanted()
return instance
@task(ignore_resulsts=True, queue='default')