From 960faae34ea71e22b4e81946ae0e790eaad60aba Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 23 Apr 2015 04:11:53 +0200 Subject: [PATCH] setup.py: bump minimal Django version to 1.7.6 1.7.6 fixed a bug in migrations altering foreign key fields. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b65eac..b42c31d 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup(name="authentic2", '': 'src', }, include_package_data=True, - install_requires=['django >= 1.7, < 1.8', + install_requires=['django >= 1.7.6, < 1.8', 'requests', 'django-model-utils', 'django-admin-tools>=0.5.2', -- 2.1.4