From 8af82c9909dd7cc6588e18ca016cf0b362e5223c Mon Sep 17 00:00:00 2001 From: Yasin Ozel Date: Tue, 18 Dec 2018 20:42:30 +0300 Subject: [PATCH] Issue-#63: Fix SQLite migration bug Fix SQLite migration bug by temporarly using fix commit of Django. --- conf/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index b41557b..02fd06d 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,5 +1,7 @@ markdown==2.3.1 -Django==2.1.2 +# https://code.djangoproject.com/ticket/29182 +# This fix probably will be included in version 2.1.5, but until then we are using the commit hash directly +git+git://github.com/django/django.git@894cb13779e6d092974c873bd2cf1452554d2e06#egg=Django django-gravatar2==1.1.4 django-nose==1.4.6 gunicorn==19.9.0