Release note for Django 5.2 support in 6.3.4

stable/6.4.x
Matt Westcott 2025-04-11 19:35:12 +01:00
rodzic 4eca7c8395
commit 1658c83f8f
3 zmienionych plików z 10 dodań i 3 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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)

Wyświetl plik

@ -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 |