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

@@ -32,7 +32,6 @@ def realign_senders(apps, schema_editor):
class Migration(migrations.Migration):
atomic = False
dependencies = [
('documents', '0002_auto_20151226_1316'),
]