diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/5.1.3.txt | 3 | ||||
| -rw-r--r-- | docs/releases/5.1.txt | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/releases/5.1.3.txt b/docs/releases/5.1.3.txt index 9cb48dc2f3..5541a8824a 100644 --- a/docs/releases/5.1.3.txt +++ b/docs/releases/5.1.3.txt @@ -4,7 +4,8 @@ Django 5.1.3 release notes *Expected November 5, 2024* -Django 5.1.3 fixes several bugs in 5.1.2. +Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python +3.13. Bugfixes ======== diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index bc868fddda..037c76fd54 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -18,8 +18,9 @@ project. Python compatibility ==================== -Django 5.1 supports Python 3.10, 3.11, and 3.12. We **highly recommend** and -only officially support the latest release of each series. +Django 5.1 supports Python 3.10, 3.11, 3.12, and 3.13 (as of 5.1.3). We +**highly recommend** and only officially support the latest release of each +series. .. _whats-new-5.1: |
