diff --git a/setup.py b/setup.py index fd9f077..2db6dce 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.8,<1.12', + install_requires=['django>=1.11,<2.3', 'gadjo', 'django-ckeditor<4.5.4', 'django-haystack<2.8',