pull/5972/head
Matt Westcott 2020-04-20 11:56:09 +01:00
rodzic 7cca89f67c
commit 4a0d202fc7
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,7 @@ Changelog
* Fix: `exclude_fields_in_copy` on Page models will now work for for modelcluster parental / many to many relations (LB (Ben Johnston))
* Fix: Response header (content disposition) now correctly handles filenames with non-ascii characters when using a storage backend (Rich Brennan)
* Fix: Improved accessibility fixes for `main`, `header` and `footer` elements in the admin page layout (Mitchel Cabuloy)
* Fix: Prevent version number from obscuring long settings menus (Naomi Morduch Toubman)
2.8.1 (14.04.2020)

Wyświetl plik

@ -67,6 +67,7 @@ Bug fixes
* ``exclude_fields_in_copy`` on Page models will now work for for modelcluster parental / many to many relations (LB (Ben Johnston))
* Response header (content disposition) now correctly handles filenames with non-ascii characters when using a storage backend (Rich Brennan)
* Improved accessibility fixes for ``main``, ``header`` and ``footer`` elements in the admin page layout (Mitchel Cabuloy)
* Prevent version number from obscuring long settings menus (Naomi Morduch Toubman)
Upgrade considerations