Loosen Django package requirement.

Loosen Django requirement to allow versions greater or equal to 1.8.5,
instead of mandating 1.8.5. This makes it easier to use newer releases
of Django (e.g. the bugfix and security releases 1.8.6 or 1.8.7) with
symposion.
This commit is contained in:
Martey Dodoo 2015-12-12 15:34:58 -05:00
parent 75f9739c5c
commit 5b9f4fb71e

View file

@ -1,4 +1,4 @@
Django==1.8.5
Django>=1.8.5
django-appconf==1.0.1
django-model-utils==2.3.1
django-reversion==1.9.3