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 a59d9de commit 8532e55Copy full SHA for 8532e55
CHANGELOG.md
@@ -13,7 +13,8 @@ Possible log types:
13
14
## [Unreleased]
15
16
- - ...
+ - [changed] Python 2 support dropped
17
+ - [changed] Django <2.2 support dropped
18
19
## [0.3.1] - 2019-03-01
20
README.rst
@@ -22,11 +22,9 @@ subset of fields per resource.
22
23
Official version support:
24
25
-- Django 1.11, 2.0, 2.1
+- Django 2.2 LTS, 3.2 LTS, 4.0
26
- Supported REST Framework versions: 3.8, 3.9
27
-- Python 2.7 (deprecated), 3.4+
28
-
29
-NOTE: Python 2 support is deprecated and will be removed in version 0.4.
+- Python 3.7+
30
31
32
Scope
0 commit comments