diff --git a/setup.py b/setup.py index aae36fe..de1d35a 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.7, <1.8', + install_requires=['django>=1.11, <1.12', ], zip_safe=False, cmdclass={