diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 08bbfae9ee..4575773b8a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -159,6 +159,7 @@ Changelog 6.3.4 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~ + * Added support for Django 5.2 * Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah) * Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah) * Maintenance: Remove upper version boundary for django-filter (Dan Braghis) diff --git a/docs/releases/6.3.4.md b/docs/releases/6.3.4.md index ad69527fdd..59b0e4f45f 100644 --- a/docs/releases/6.3.4.md +++ b/docs/releases/6.3.4.md @@ -11,9 +11,15 @@ depth: 1 ## What's new +### Django 5.2 support + +This release adds support for Django 5.2. + +### Bug fixes + + * Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah) + * Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah) ### Maintenance * Remove upper version boundary for django-filter (Dan Braghis) - * Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah) - * Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah) diff --git a/docs/releases/upgrading.md b/docs/releases/upgrading.md index 97c1c59b9a..c726cf91c6 100644 --- a/docs/releases/upgrading.md +++ b/docs/releases/upgrading.md @@ -88,7 +88,7 @@ The compatible versions of Django and Python for each Wagtail release are: | Wagtail release | Compatible Django versions | Compatible Python versions | | --------------- | -------------------------- | --------------------------- | | 6.4 | 4.2, 5.0, 5.1 | 3.9, 3.10, 3.11, 3.12, 3.13 | -| 6.3 LTS | 4.2, 5.0, 5.1 | 3.9, 3.10, 3.11, 3.12, 3.13 | +| 6.3 LTS | 4.2, 5.0, 5.1, 5.2[^*] | 3.9, 3.10, 3.11, 3.12, 3.13 | | 6.2 | 4.2, 5.0 | 3.8, 3.9, 3.10, 3.11, 3.12 | | 6.1 | 4.2, 5.0 | 3.8, 3.9, 3.10, 3.11, 3.12 | | 6.0 | 4.2, 5.0 | 3.8, 3.9, 3.10, 3.11, 3.12 |