File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ XML support extracted as a third party package directly from the official Django
16
16
## Requirements
17
17
18
18
* Python (2.7, 3.3, 3.4)
19
- * Django (1.6, 1.7)
20
- * Django REST Framework (2.4.4, 3.0, 3.1)
19
+ * Django (1.6 - 1.11, 2.0)
20
+ * Django REST Framework (2.4, 3.0 - 3.8)
21
+
22
+ This project is tested on the combinations of Python and Django that are supported by each version of Django REST Framework.
21
23
22
24
## Installation
23
25
Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ XML support extracted as a third party package directly from the official Django
24
24
## Requirements
25
25
26
26
* Python (2.7, 3.3, 3.4)
27
- * Django (1.6, 1.7)
28
- * Django REST Framework (2.4.4, 3.0, 3.1)
27
+ * Django (1.6 - 1.11, 2.0)
28
+ * Django REST Framework (2.4, 3.0 - 3.8)
29
+
30
+ This project is tested on the combinations of Python and Django that are supported by each version of Django REST Framework.
29
31
30
32
## Installation
31
33
You can’t perform that action at this time.
0 commit comments