Add note about Django 5.0 support added in a patch release

pull/11601/head
Sage Abdullah 2023-12-07 11:36:23 +00:00
rodzic a44e442656
commit 018409b2bf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 3 dodań i 1 usunięć
docs/releases

Wyświetl plik

@ -59,7 +59,7 @@ The compatible versions of Django and Python for each Wagtail release are:
| Wagtail release | Compatible Django versions | Compatible Python versions |
| --------------- | -------------------------- | -------------------------- |
| 5.2 LTS | 3.2, 4.1, 4.2, 5.0 | 3.8, 3.9, 3.10, 3.11, 3.12 |
| 5.2 LTS | 3.2, 4.1, 4.2, 5.0* | 3.8, 3.9, 3.10, 3.11, 3.12 |
| 5.1 | 3.2, 4.1, 4.2 | 3.8, 3.9, 3.10, 3.11 |
| 5.0 | 3.2, 4.1, 4.2 | 3.7, 3.8, 3.9, 3.10, 3.11 |
| 4.2 | 3.2, 4.0, 4.1 | 3.7, 3.8, 3.9, 3.10, 3.11 |
@ -105,3 +105,5 @@ The compatible versions of Django and Python for each Wagtail release are:
| 0.3 | 1.6 | 2.6, 2.7 |
| 0.2 | 1.6 | 2.7 |
| 0.1 | 1.6 | 2.7 |
* Added in a patch release