We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f50aa commit 3a6d94fCopy full SHA for 3a6d94f
README.md
@@ -15,8 +15,8 @@ Full documentation for project is available at [http://chibisov.github.io/drf-ex
15
## Requirements
16
17
* Tested for Python 3.6, 3.7 and 3.8
18
-* Tested for Django Rest Framework 3.9, 3.10 and 3.11
19
-* Tested for Django 2.2 and 3.0
+* Tested for Django Rest Framework 3.9, 3.10, 3.11 & 3.12
+* Tested for Django 2.2 to 3.1
20
* Tested for django-filter 2.1.0
21
22
## Installation:
rest_framework_extensions/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.6.0' # from 0.5.0
+__version__ = '0.7.0' # from 0.7.0
2
3
VERSION = __version__
0 commit comments