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