Skip to content

Commit dc39578

Browse files
committed
Revert DjangoModelPermissions (Details: encode/django-rest-framework#9332)
1 parent 6aa9bd7 commit dc39578

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
@@ -16,7 +16,7 @@
1616
long_description_content_type='text/markdown',
1717
packages=find_packages(),
1818
platforms='any',
19-
install_requires=['django>=3.2', 'djangorestframework>=3.15'],
19+
install_requires=['django>=3.2', 'djangorestframework>=3.14.0'],
2020
python_requires='>=3.5',
2121
classifiers=[
2222
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)