Wagtail 5.0.1 release notes¶
May 25, 2023
What’s new¶
Bug fixes¶
Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
Ensure that copying page correctly picks up the latest revision (Matt Westcott)
Ensure comment buttons always respect
WAGTAILADMIN_COMMENTS_ENABLED
(Thibaud Colas)Fix error when deleting a single snippet through the bulk actions interface (Sage Abdullah)
Pass the correct
for_update
value forget_form_class
inSnippetViewSet
edit views (Sage Abdullah)Move comment notifications toggle to the comments side panel (Sage Abdullah)
Remove comment button on InlinePanel fields (Sage Abdullah)
Fix missing link to
UsageView
fromEditView
for snippets (Christer Jensen)Prevent lowercase conversions of IndexView column headers (Virag Jain)
Fix various colour issues in dark mode (Thibaud Colas)
Documentation¶
Update documentation for
log_action
parameter onRevisionMixin.save_revision
(Christer Jensen)