This commit is contained in:
Jean-Marie Favreau 2025-03-02 16:48:29 +01:00
parent cf6128155b
commit a522a6bdae

View File

@ -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: