mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-04 16:54:02 +03:00
add clarity in requirements section
This commit is contained in:
parent
9b3d03a3d2
commit
a314ea7c1c
|
|
@ -57,7 +57,7 @@ Some reasons you might want to use REST framework:
|
|||
* Python 3.10+
|
||||
* Django 4.2, 5.0, 5.1, 5.2
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release of
|
||||
We **highly recommend** and only officially support the latest patch release (for example, 3.12.x or 5.2.x) of
|
||||
each Python and Django series.
|
||||
|
||||
# Installation
|
||||
|
|
|
|||
|
|
@ -90,8 +90,11 @@ REST framework requires the following:
|
|||
* Django (4.2, 5.0, 5.1, 5.2)
|
||||
* Python (3.10, 3.11, 3.12, 3.13, 3.14)
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release of
|
||||
each Python and Django series.
|
||||
**Note:** Python **3.14** requires Django **5.2 or newer**.
|
||||
For more details, see [Django version support](https://docs.djangoproject.com/en/5.2/faq/install/#what-python-version-can-i-use-with-django).
|
||||
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release (for example, 3.12.x or 5.2.x) of each supported Python and Django series.
|
||||
|
||||
The following packages are optional:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user