From dd385746693c29f65ae6bbbc5b532e97ba467c4e Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 18 Oct 2016 18:23:36 +0200 Subject: [PATCH] setup.py: add support for django 1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ea6ba7..fc102b7 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.7, <1.9', 'django-ckeditor<4.5.3', 'djangorestframework>=3.3,<3.4', 'html2text', -- 2.9.3