Wagtail 7.1 release notes - IN DEVELOPMENT¶
Unreleased
What’s new¶
Other features¶
Add iHeart oembed provider (Storm Heg)
Add locale-aware
NumberColumn
to display numbers in universal listings (Baptiste Mispelon)Add ability for the header breadcrumbs to save their open/closed state across navigation & refresh (Srishti Jaiswal)
Render listing buttons as template components (Sage Abdullah)
Define default
GenericRelations
forRevisionMixin
andWorkflowMixin
, to avoid issues with deletion cascades (Sage Abdullah)Update Twitter oembed provider to recognise x.com links (manu)
Document and relocate the
init_new_page
signal (Maciek Baron)Use
requests
to access oEmbed endpoints, for more robust SSL certificate handling (Matt Westcott)Ensure that bulk deletion views respect protected foreign keys (Sage Abdullah)
Add minimum length validation for
RichTextBlock
andRichTextField
(Alec Baron)
Bug fixes¶
Handle lazy translation strings as
preview_value
forRichTextBlock
(Seb Corbin)Fix handling of newline-separated choices in form builder when using non-windows newline characters (Baptiste Mispelon)
Ensure
WAGTAILADMIN_LOGIN_URL
is respected when logging out of the admin (Antoine Rodriguez, Ramon de Jezus)Fix behaviour of
ViewSet.inject_view_methods
with multiple methods (Gorlik)Preserve query strings in URLs submitted to CloudFront for invalidation (Jigyasu Rajput)
Documentation¶
…
Maintenance¶
Refactor
get_embed
to removefinder
argument which was only used for mocking in unit tests (Jigyasu Rajput)Simplify handling of
None
values inTypedTableBlock
(Jigyasu Rajput)Remove squash.io configuration (Sage Abdullah)
Upgrade considerations - changes affecting all projects¶
Upgrade considerations - deprecation of old functionality¶
Upgrade considerations - changes affecting Wagtail customizations¶
init_new_page
moved to wagtail.signals
¶
The init_new_page signal, previously defined in wagtail.admin.signals
, has now been moved to wagtail.signals
. Any import lines referencing the old location need to be updated.