Updated to Django 2

This commit is contained in:
Jonas Winkler
2018-07-04 17:03:59 +02:00
parent f3654310bd
commit 8f6231bd34
7 changed files with 16 additions and 13 deletions

2
src/documents/migrations/0011_auto_20160303_1929.py Normal file → Executable file
View File

@@ -7,6 +7,8 @@ from django.db import migrations
class Migration(migrations.Migration):
atomic = False
dependencies = [
('documents', '0010_log'),
]