diff --git a/setup.py b/setup.py index 2eeacec..0c272f3 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ setup( 'Programming Language :: Python :: 2', ], install_requires=[ - 'django>=1.8, <1.12', + 'django>=1.11, <2.3', ], zip_safe=False, entry_points={