Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 8add45b

Browse files
committed
BAT-8515 And much like that other project, no Django 2.0 on Python 2.7...
1 parent 6d7e4ff commit 8add45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def convert_readme():
3838
obsoletes=['mongodbforms'],
3939
url='https://github.com/thomwiggers/django-mongoengine-forms/',
4040
zip_safe=False,
41-
install_requires=['setuptools', 'django>=1.8', 'mongoengine>=0.10.0'],
41+
install_requires=['setuptools', 'django>=1.8,<2', 'mongoengine>=0.10.0'],
4242
tests_require=['mongomock'],
4343
test_suite="tests.suite",
4444
)

0 commit comments

Comments
 (0)