pull/10596/head
Sage Abdullah 2023-07-14 15:24:28 +01:00
rodzic 9d01cc561a
commit 92f37fe377
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -51,6 +51,7 @@ Changelog
* Fix: Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer)
* Fix: Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer)
* Fix: Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova)
* Fix: Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah)
* Docs: Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman)
* Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger)
* Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)

Wyświetl plik

@ -97,6 +97,7 @@ As part of tackling Wagtails technical debt and improving [CSP compatibility]
* Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer)
* Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer)
* Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova)
* Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah)
### Documentation