Skip to content

Commit a314ea7

Browse files
committed
add clarity in requirements section
1 parent 9b3d03a commit a314ea7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Some reasons you might want to use REST framework:
5757
* Python 3.10+
5858
* Django 4.2, 5.0, 5.1, 5.2
5959

60-
We **highly recommend** and only officially support the latest patch release of
60+
We **highly recommend** and only officially support the latest patch release (for example, 3.12.x or 5.2.x) of
6161
each Python and Django series.
6262

6363
# Installation

docs/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ REST framework requires the following:
9090
* Django (4.2, 5.0, 5.1, 5.2)
9191
* Python (3.10, 3.11, 3.12, 3.13, 3.14)
9292

93-
We **highly recommend** and only officially support the latest patch release of
94-
each Python and Django series.
93+
**Note:** Python **3.14** requires Django **5.2 or newer**.
94+
For more details, see [Django version support](https://docs.djangoproject.com/en/5.2/faq/install/#what-python-version-can-i-use-with-django).
95+
96+
97+
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.
9598

9699
The following packages are optional:
97100

0 commit comments

Comments
 (0)