diff --git a/setup.py b/setup.py index 73e86fb1..d37c66f3 100755 --- a/setup.py +++ b/setup.py @@ -90,8 +90,8 @@ def get_package_data(package): ], install_requires=[ 'inflection>=0.3.0', - 'djangorestframework>=3.10', - 'django>=1.11', + 'djangorestframework>=3.10,<3.12', + 'django>=1.11,<3.1', ], extras_require={ 'django-polymorphic': ['django-polymorphic>=2.0'],