Skip to content

Commit ab00500

Browse files
committed
docs: update Compatibility Matrix
1 parent 4c933cf commit ab00500

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ More information can be found in the [Documentation](https://django-rest-durin.r
3636

3737
If your project uses an older verison of Django or Django Rest Framework, you can choose an older version of this project.
3838

39-
| This Project | Python Version | Django Version | Django Rest Framework |
40-
|--------------|----------------|--------------------|-----------------------|
41-
| 0.1+ | 3.5 - 3.9 | 2.2, 3.0, 3.1, 3.2 | 3.7>= |
39+
| This Project | Python Version | Django Version | Django Rest Framework |
40+
|--------------|----------------|-------------------------|-----------------------|
41+
| 0.1+ | 3.5 - 3.10 | 2.2, 3.0, 3.1, 3.2, 4.0 | 3.7>= |
4242

4343
Make sure to use at least `DRF 3.10` when using `Django 3.0` or newer.
4444

@@ -54,4 +54,4 @@ This project is published with the [MIT License](LICENSE). See [https://chooseal
5454

5555
## Credits
5656

57-
Durin is inpired by the [django-rest-knox](https://github.com/James1345/django-rest-knox) and [django-rest-multitokenauth](https://github.com/anexia-it/django-rest-multitokenauth) libraries and adopts some learnings, docs and code from both.
57+
Durin is inpired by the [django-rest-knox](https://github.com/James1345/django-rest-knox) and [django-rest-multitokenauth](https://github.com/anexia-it/django-rest-multitokenauth) libraries and adopts some learnings and code from both.

docs/source/installation.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Django Compatibility Matrix
55
--------------------------------
66
If your project uses an older verison of Django or Django Rest Framework, you can choose an older version of this project.
77

8-
+--------------+----------------+---------------------+----------------------+
9-
| This Project | Python Version | Django Version | Django Rest Framework|
10-
+--------------+----------------+---------------------+----------------------+
11-
| 0.1+ | 3.5 - 3.9 | 2.2, 3.0, 3.1, 3.2 | 3.7>= |
12-
+--------------+----------------+---------------------+----------------------+
8+
+--------------+----------------+--------------------------+----------------------+
9+
| This Project | Python Version | Django Version | Django Rest Framework|
10+
+--------------+----------------+--------------------------+----------------------+
11+
| 0.1+ | 3.5 - 3.10 | 2.2, 3.0, 3.1, 3.2, 4.0 | 3.7>= |
12+
+--------------+----------------+--------------------------+----------------------+
1313

1414

1515
Make sure to use at least ``DRF 3.10`` when using ``Django 3.0`` or newer.

0 commit comments

Comments
 (0)