mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
parent
342178fe28
commit
417546a5c6
@ -58,6 +58,7 @@ Changelog
|
|||||||
* Fix: Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
|
* Fix: Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
|
||||||
* Fix: Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
|
* 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: 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)
|
||||||
|
|
||||||
|
|
||||||
4.0.1 (05.09.2022)
|
4.0.1 (05.09.2022)
|
||||||
|
@ -33,3 +33,4 @@ depth: 1
|
|||||||
* Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
|
* Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
|
||||||
* Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
|
* 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)
|
* 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user