remove atomic=False where it is obviously not needed)

This commit is contained in:
dadosch
2018-08-29 00:37:07 +02:00
parent 0b9c4f9963
commit efc57852d1
5 changed files with 0 additions and 5 deletions

View File

@@ -128,7 +128,6 @@ def do_nothing(apps, schema_editor):
class Migration(migrations.Migration):
atomic = False
dependencies = [
('documents', '0013_auto_20160325_2111'),
]