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 b14d8ab commit 03f7e7eCopy full SHA for 03f7e7e
setup.py
@@ -90,8 +90,8 @@ def get_package_data(package):
90
],
91
install_requires=[
92
'inflection>=0.3.0',
93
- 'djangorestframework>=3.10',
94
- 'django>=1.11',
+ 'djangorestframework>=3.10,<3.12',
+ 'django>=1.11,<3.1',
95
96
extras_require={
97
'django-polymorphic': ['django-polymorphic>=2.0'],
0 commit comments