Make data migration non atomic
(cherry picked from commit aec1de6eb3)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
d8b1ac5962
commit
7959b6e597
|
|
@ -84,6 +84,8 @@ def migrate_part_units(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('part', '0110_alter_part_units'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue