We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d959f9f commit c338e27Copy full SHA for c338e27
setup.py
@@ -50,7 +50,7 @@
50
"sphinx-me >= 0.1.2",
51
"unidecode",
52
"django-email-extras >= 0.2",
53
- "django >= 1.8, < 2.1",
+ "django >= 1.8, < 2.2",
54
"future <= 0.15.0",
55
],
56
classifiers = [
@@ -63,6 +63,7 @@
63
"Programming Language :: Python :: 3",
64
"Programming Language :: Python :: 3.4",
65
"Programming Language :: Python :: 3.5",
66
+ "Programming Language :: Python :: 3.6",
67
"Framework :: Django",
68
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
69
"Topic :: Internet :: WWW/HTTP :: Site Management",
0 commit comments