pull/8969/head
Matt Westcott 2022-08-10 19:42:00 +01:00
rodzic fab0f7bb68
commit 29d564c238
2 zmienionych plików z 3 dodań i 1 usunięć
docs/releases

Wyświetl plik

@ -159,6 +159,7 @@ Changelog
* Fix: Missing a outline on dropdown content and malformed tooltip arrow in forced colors mode (Anuja Verma, LB (Ben) Johnston)
* Fix: Layout issues with reports (including form submissions listings) on md device widths (Akash Kumar Sen, LB (Ben) Johnston)
* Fix: Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen)
* Fix: Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic)
3.0.1 (16.06.2022)

Wyświetl plik

@ -167,7 +167,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
* Implement the new chooser widget styles as part of the page editor redesign (Thibaud Colas)
* Update base Draftail/TextField form designs as part of the page editor redesign (Thibaud Colas)
* Move commenting trigger to inline toolbar and move block splitting to the block toolbar and command palette only in Draftail (Thibaud Colas)
### Bug fixes
* Fix issue where `ModelAdmin` index listings with export list enabled would show buttons with an incorrect layout (Josh Woodcock)
@ -216,6 +216,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
* Resolve MySQL search compatibility issue with Django 4.1 (Andy Chosak)
* Resolve layout issues with reports (including form submissions listings) on md device widths (Akash Kumar Sen, LB (Ben) Johnston)
* Resolve Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen)
* Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic)
## Upgrade considerations