black
This commit is contained in:
parent
cf6128155b
commit
a522a6bdae
@ -2045,7 +2045,9 @@ class Event(models.Model):
|
||||
or new_image
|
||||
):
|
||||
same_imported.download_image()
|
||||
same_imported.save(update_fields=["local_image"], noclean_other_versions=True)
|
||||
same_imported.save(
|
||||
update_fields=["local_image"], noclean_other_versions=True
|
||||
)
|
||||
|
||||
to_update.append(same_imported)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user