Less costly migration

This commit is contained in:
Mouse Reeve 2021-10-02 19:04:01 -07:00
parent a36bbaf809
commit e1271dd079
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def infer_format(app_registry, schema_editor):
for edition in editions: for edition in editions:
free_format = edition.physical_format_detail.lower() free_format = edition.physical_format_detail.lower()
edition.physical_format = infer_physical_format(free_format) edition.physical_format = infer_physical_format(free_format)
edition.save() edition.save(broadcast=False, update_fields=["physical_format"])
def reverse(app_registry, schema_editor): def reverse(app_registry, schema_editor):