Typo fix
This commit is contained in:
parent
2303e03580
commit
c58399206c
|
|
@ -149,7 +149,7 @@ def associate_manufacturers(apps, schema_editor):
|
|||
manufacturer_id = links[name]
|
||||
|
||||
query = f"update part_supplierpart set manufacturer_id={manufacturer_id} where id={part_id};"
|
||||
result = query.execute()
|
||||
result = cursor.execute(query)
|
||||
return True
|
||||
|
||||
# Mapping not possible
|
||||
|
|
|
|||
Loading…
Reference in New Issue