Skip to content
Snippets Groups Projects
Commit bd10abbb authored by Piotr Gawron's avatar Piotr Gawron
Browse files

django version bumped to 2.0.13 to make migrations work

parent 87eb564d
No related branches found
No related tags found
1 merge request!263Resolve "support or sqlite"
Pipeline #33596 failed
......@@ -8,7 +8,7 @@ chardet==3.0.4
coverage==5.3
cryptography==2.3.1
cycler==0.10.0
Django==2.0
Django==2.0.13
django-cleanup==4.0.0
django-common-helpers==0.9.2
django-cron==0.5.0
......
......@@ -8,7 +8,8 @@ import django.db.models.deletion
class Migration(migrations.Migration):
atomic = False
dependencies = [
('web', '0063_auto_20171120_1429'),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment