Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
修改django最大版本号
  • Loading branch information
wgbbiao committed May 17, 2017
1 parent da7701c commit c7a5861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
include_package_data=True,
install_requires=[
'setuptools',
'django>=1.9.0,<2.0.0',
'django>=1.9.0,<1.11.0',
'django-crispy-forms>=1.6.0',
'django-reversion>=2.0.0',
'django-formtools>=1.0',
Expand Down

0 comments on commit c7a5861

Please sign in to comment.