Skip to content

Commit d34cf4a

Browse files
committed
Adjusted documentation for supported versions
1 parent 60e53bb commit d34cf4a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ XML support extracted as a third party package directly from the official Django
1616
## Requirements
1717

1818
* 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.
2123

2224
## Installation
2325

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ XML support extracted as a third party package directly from the official Django
2424
## Requirements
2525

2626
* 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.
2931

3032
## Installation
3133

0 commit comments

Comments
 (0)