diff --git a/setup.py b/setup.py index 2a42834ed4..a787288370 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ 'coreapi', 'Django~=2.2', # LTS version, switch only if we have a compelling reason to 'django-filter', - 'djangorestframework', + 'djangorestframework<3.10', 'djangorestframework-queryfields', 'drf-nested-routers', 'drf-yasg',