mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-03 16:24:01 +03:00
Merge a314ea7c1c into 442444f0be
This commit is contained in:
commit
5befb0de86
|
|
@ -33,7 +33,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
|
||||
|
|
|
|||
|
|
@ -64,8 +64,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