v5.0.1
版本发布时间: 2023-05-25 21:56:00
wagtail/wagtail最新发布版本:v6.2.2(2024-09-24 17:39:18)
- Fix: Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
- Fix: Ensure that copying page correctly picks up the latest revision (Matt Westcott)
- Fix: Ensure comment buttons always respect
WAGTAILADMIN_COMMENTS_ENABLED
(Thibaud Colas) - Fix: Fix error when deleting a single snippet through the bulk actions interface (Sage Abdullah)
- Fix: Pass the correct
for_update
value forget_form_class
inSnippetViewSet
edit views (Sage Abdullah) - Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah)
- Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
- Fix: Fix missing link to
UsageView
fromEditView
for snippets (Christer Jensen) - Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
- Fix: Fix various colour issues in dark mode (Thibaud Colas)
- Docs: Update documentation for
log_action
parameter onRevisionMixin.save_revision
(Christer Jensen)