Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 4cac081

Browse files
committed
Update supported versions in README and index.
This update brings the documentation up-to-date with what the Travis test matrix supports. I didn't drop Django 1.6 from the list in case it was their for historical reasons.
1 parent 118fb88 commit 4cac081

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Requirements
2323
------------
2424

2525
- Python (2.7, 3.3, 3.4)
26-
- Django (1.6, 1.7, 1.8)
27-
- Django REST Framework (2.4, 3.0, 3.1, 3.2)
26+
- Django (1.6, 1.7, 1.8, 1.9)
27+
- Django REST Framework (2.4, 3.0, 3.1, 3.2, 3.3)
2828

2929
Installation
3030
------------

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ If you want to know more about JWT, check out the following resources:
2828
## Requirements
2929

3030
- Python (2.7, 3.3, 3.4)
31-
- Django (1.6, 1.7)
32-
- Django REST Framework (2.4, 3.0, 3.1, 3.2)
31+
- Django (1.6, 1.7, 1.8, 1.9)
32+
- Django REST Framework (2.4, 3.0, 3.1, 3.2, 3.3)
3333

3434
## Security
3535

0 commit comments

Comments
 (0)