apply some patches from @brookst

This commit is contained in:
dadosch
2018-08-29 00:04:48 +02:00
parent 40e79a731f
commit 91cecd47af
10 changed files with 36 additions and 18 deletions

View File

@@ -112,7 +112,7 @@ def move_documents_and_create_thumbnails(apps, schema_editor):
class Migration(migrations.Migration):
atomic = False
dependencies = [
('documents', '0011_auto_20160303_1929'),
]