We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa76511 + d6cb044 commit 6d98328Copy full SHA for 6d98328
install_requires.txt
@@ -1,4 +1,4 @@
1
-Django>=2.2,<3.2
+Django>=2.2,<4
2
djangorestframework>=3.11.0,<=3.12.4
3
inflection>=0.4.0
4
requests
setup.py
@@ -3,7 +3,7 @@
NAME = 'dynamic-rest'
DESCRIPTION = 'Dynamic API support to Django REST Framework.'
5
URL = 'http://github.com/AltSchool/dynamic-rest'
6
-VERSION = '2.1.0'
+VERSION = '2.1.1'
7
SCRIPTS = ['manage.py']
8
9
setup(
0 commit comments