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 b30b761 commit e3e31d8Copy full SHA for e3e31d8
setup.py
@@ -7,9 +7,9 @@
7
README = readme.read()
8
9
if sys.version_info < (3, 0, 0):
10
- django = 'django>=1.8.10,<2.0'
+ django = 'django>=1.11.29,<2.0'
11
else:
12
- django = 'django>=1.8.10,<3.0'
+ django = 'django>=2.0,<3.2' # checked https://docs.djangoproject.com/en/dev/releases/3.1/#backwards-incompatible-3-1
13
14
requirements = [
15
django,
0 commit comments