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

@@ -12,7 +12,6 @@ def set_added_time_to_created_time(apps, schema_editor):
doc.save()
class Migration(migrations.Migration):
atomic = False
dependencies = [
('documents', '0019_add_consumer_user'),
]