chore(deps): update dependency wagtail to v4.1.1 #4621
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.0
->==4.1.1
Release Notes
wagtail/wagtail
v4.1.1
: 4.1.1Compare Source
verbose_name
property from breaking usage report views (Matt Westcott)CSRF_HEADER_NAME
setting (Sage Abdullah)v4.1
: 4.1Compare Source
SnippetViewSet
(Sage Abdullah)DraftStateMixin
(Sage Abdullah)PageQuerySet.private
method as an alias ofnot_public
(Mehrdad Moradizadeh)unbutton
,button-neutral
,button-strokeonhover
,hover-no
,yes
) and refactor button styles to be more maintainable (Paarth Agarwal, LB (Ben Johnston))AbstractFormField
toFormMixin
andAbstractEmailForm
toEmailFormMixin
to allow use with subclasses ofPage
(Mehrdad Moradizadeh, Kurt Wall)docs.wagtail.org/.well-known/security.txt
so that the security policy is available as per the specification on https://securitytxt.org/ (Jake Howard)classnames
Wagtail admin template tag (Mehrdad Moradizadeh)admonition
should not be used and titles fornote
are not supported, including clean up of some existing incorrect usage (LB (Ben Johnston)).button-secondary
buttons across the admin interface (Paarth Agarwal)button
not link for behaviour (LB (Ben) Johnston)search
type input in documentation search (LB (Ben) Johnston)help_text
when set onFieldPanel
,MultiFieldPanel
,FieldRowPanel
, and other panel APIs where it previously worked without official support (Matt Westcott)openpyxl
, removing usage ofXlsxWriter
,tablib
,xlrd
andxlwt
(Jaap Roes)wagtail.admin.views.generic.IndexView
for the Users index listing and search results (Mehrdad Moradizadeh)wagtail.admin.views.generic.CreateView
for the User creation view (Mehrdad Moradizadeh)wagtail.admin.views.generic.DeleteView
for the User delete view (Mehrdad Moradizadeh)wagtail.admin.views.generic.EditView
for the User edit view (Mehrdad Moradizadeh)button-secondary bicolor
variants to the pattern library and styleguide (Adinapunyo Banerjee)id
primary keys into Wagtail's generic views, including for Snippets and custom User models (Mehrdad Moradizadeh)<section>
element so screen reader users can bypass them more easily (Thibaud Colas)update_index
command can run without console output if called with--verbosity 0
(Ben Sturmfels, Oliver Parker)image_url
template tag, when using the serve view to redirect rather than serve directly, will now use temporary redirects with a cache header instead of permanent redirects (Jake Howard)WagtailPageTestCase
-assertPageIsRoutable
,assertPageIsRenderable
,assertPageIsEditable
,assertPageIsPreviewable
(Andy Babic)permission
toPanelGroup
, used byTabbedInterface
,ObjectList
,FieldRowPanel
andMultiFieldPanel
(Oliver Parker)PageQuerySet.not_public
from returning all pages when no page restrictions exist (Mehrdad Moradizadeh)formfield_callback
handling onModelForm.Meta
for future Django 4.2 release (Matt Westcott)ModelAdmin
correctly supports filters in combination with subsequent searches without clearing the applied filters (Stefan Hammer)capitalize()
calls to avoid issues with other languages or incorrectly presented model names for reporting and parts of site settings (Stefan Hammer)help_text
for InlinePanel (Matt Westcott)for_user
argument is passed to the form class when previewing pages (Matt Westcott)timesince_simple
tag is consistently added in the template based on usage in context (Stefan Hammer)timesince_last_update
and ensure the translated labels can be easier to work with in Transifex (Stefan Hammer)clean_name
values in the Form Builder validation and increase performance of checks (Dan Bentley)wagtailsearch_editorspick
table that prevents flushing the database (Matt Westcott)aria-label
s (Matt Westcott)v4.0.4
: 4.0.4Compare Source
(Reissue of 4.0.3 due to packaging issues)
help_text
when set onFieldPanel
,MultiFieldPanel
,FieldRowPanel
, and other panel APIs where it previously worked without official support (Matt Westcott)FieldPanel
deprecation message to add clarity for developers (Matt Westcott)help_text
for InlinePanel (Matt Westcott)AbstractForm
&AbstractEmailForm
page models correctly pass the form to the preview context (Dan Bentley)v4.0.3
: 4.0.3Compare Source
help_text
when set onFieldPanel
,MultiFieldPanel
,FieldRowPanel
, and other panel APIs where it previously worked without official support (Matt Westcott)FieldPanel
deprecation message to add clarity for developers (Matt Westcott)help_text
for InlinePanel (Matt Westcott)AbstractForm
&AbstractEmailForm
page models correctly pass the form to the preview context (Dan Bentley)v4.0.2
: 4.0.2Compare Source
DraftStateMixin
applied (Sage Abdullah)FilterFieldError
(Stefan Hammer)simple_translation
app is installed (Dan Braghis)MultiFieldPanel
correctly outputs all child classnames in the template (Matt Westcott)v4.0.1
: 4.0.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.