pull/8943/head
Matt Westcott 2022-08-04 13:35:50 +02:00
rodzic 1ebd88a47f
commit f255135772
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -122,6 +122,7 @@ Changelog
* Fix: Avoid redirects import error if the file had lots of columns (Jaap Roes)
* Fix: Resolve accessibility and styling issues with the expanding status panel (Sage Abdullah)
* Fix: Avoid 503 `AttributeError` when an empty search param `q=` is combined with other filters in the Images index view (Paritosh Kabra)
* Fix: Fix error with string representation of FormSubmission not returning a string (LB (Ben) Johnston)
3.0.1 (16.06.2022)

Wyświetl plik

@ -152,6 +152,7 @@ In Wagtail 2.16, we introduced support for Windows High Contrast mode (WHCM). Th
* Avoid redirects import error if the file had lots of columns (Jaap Roes)
* Resolve accessibility and styling issues with the expanding status panel (Sage Abdullah)
* Avoid 503 `AttributeError` when an empty search param `q=` is combined with other filters in the Images index view (Paritosh Kabra)
* Fix error with string representation of FormSubmission not returning a string (LB (Ben) Johnston)
## Upgrade considerations