add clarity in requirements section

This commit is contained in:
Pravin Kamble 2025-10-22 18:13:58 +05:30
parent 9b3d03a3d2
commit a314ea7c1c
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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: