pull/9250/head
Matt Westcott 2022-09-23 11:04:47 +01:00
rodzic 302a73e9d2
commit 77ed99b16e
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -61,7 +61,8 @@ Changelog
* Fix: Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
* Fix: Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis)
* Fix: Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott)
* Fix: Remove over-eager caching on ModelAdmin permission checks (Matt Westcott, Stefan Hammer)
4.0.1 (05.09.2022)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -34,3 +34,5 @@ depth: 1
* Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
* Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis)
* Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott)
* Remove over-eager caching on ModelAdmin permission checks (Matt Westcott, Stefan Hammer)