diff --git a/setup.py b/setup.py index ecf35a4..9548484 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.7, <1.8', + install_requires=['django>=1.7, <1.9', ], zip_safe=False, entry_points={