From 018409b2bf554064b915683341a89cc7175b68b6 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Thu, 7 Dec 2023 11:36:23 +0000 Subject: [PATCH] Add note about Django 5.0 support added in a patch release --- docs/releases/upgrading.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/releases/upgrading.md b/docs/releases/upgrading.md index bb708babb7..1e6e4cfe03 100644 --- a/docs/releases/upgrading.md +++ b/docs/releases/upgrading.md @@ -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