build(deps): update dependency wagtail to >=6.4,<6.5 #565
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:
>=6.1,<6.2
->>=6.4,<6.5
Release Notes
wagtail/wagtail (wagtail)
v6.4
: 6.4Compare Source
django-tasks
(Jake Howard)specific()
sub-queries usingselect_related
&prefetch_related
(Andy Babic)DATA_UPLOAD_MAX_NUMBER_FIELDS
in project template (Matt Westcott)allowed_http_methods
(Andy Babic)FieldPanel
/InlinePanel
(Matt Westcott)on_serve_page
hook to modify the serving chain of pages (Krystian Magdziarz, Dawid Bugajewski)WAGTAIL_GRAVATAR_PROVIDER_URL
URLs with query string parameters (Ayaan Qadri, Guilhem Saurel)get_avatar_url
hook to customise user avatars (James Harrington)page
as a third parameter to theconstruct_wagtail_userbar
hook (claudobahn)Fuzzy
queries (Tom Usher)StreamField.get_default()
to prevent creation forms from breaking (Matt Westcott)read_only
Fieldpanel
s in use (Strapchay)th
(table heading) elements that are not compliant with accessibility standards (Jai Vignesh J)MultipleChooserPanel
using images or documents work when nested within anInlinePanel
when no other choosers are in use within the model (Elhussein Almasri)MultipleChooserPanel
works after doing a search in the page chooser modal (Matt Westcott)ListBlock
instances get created with unique IDs in the admin client for accessibility and mini-map element references (Srishti Jaiswal)get_block_by_content_path
onImageBlock
to prevent errors on commenting (Matt Westcott)aria-expanded
attribute to new column button onTypedTableBlock
to reflect menu state (Ayaan Qadri, Scott Cranfill)Page
panel definitions without importingwagtail.admin
(Matt Westcott)WidgetWithScript
by raising it withstacklevel=3
(Joren Hammudoglu)Site.find_for_request()
fromPage.get_url_parts()
(Andy Babic)StreamChildrenToListBlockOperation
from duplicating data across multiple StreamField instances (Joshua Munn)wagtail start
command to the management commands reference page (Damilola Oladele)DATA_UPLOAD_MAX_NUMBER_FIELDS
when integrating Wagtail into Django (Matt Westcott)mark_safe
toformat_html
for any script inclusions, to better avoid XSS issues from example code (Aayushman Singh)AbstractEmailForm
orAbstractForm
pages (John-Scott Atlakson, LB (Ben) Johnston)BlogTagIndexPage
example for clarity (Clifford Gama)wagtailcache
andwagtailpagecache
examples to not use quotes for thefragment_name
(Shiv)HTTPMethod
inPage.handle_options_request()
docs (Sage Abdullah)FieldPanel
/InlinePanel
where appropriate (Unyime Emmanuel Udoh)get_template
method on StreamField blocks (Matt Westcott)RichTextBlock
to aStreamField
(Matt Westcott)ALLOWED_HOSTS
check inSite.find_for_request
(Jake Howard)CloneController
to ensure thatadded
/cleared
events are not dispatched as cancelable (LB (Ben) Johnston)uuid
UMD module as all code is now using the NPM module (LB (Ben) Johnston)eslint-disable no-undef
linter directives withglobal
comments (LB (Ben) Johnston)PreviewController
usage to leverage Stimulus actions instead of callingpreventDefault
manually (Ayaan Qadri)ZoneController
(w-zone
) to support dynamic class name changes & event handling on container elements (Ayaan Qadri)ModalWorkflow
(LB (Ben) Johnston)delay
value inTagController
to debounce async autocomplete tag fetch requests (Aayushman Singh)DrilldownController
(Srishti Jaiswal)LinkController
(w-link
) (Sage Abdullah)EditView
to make better use of genericEditView
(Sage Abdullah)RulesController
(w-rules
) to support declarative conditional field enabling from other field values in a form (LB (Ben) Johnston)RulesController
(w-rules
) approach (LB (Ben) Johnston)ZoneController
(w-zone
) to support inactive class and a mechanism to switch the mode based on data within events (Ayaan Qadri)ZoneController
(w-zone
) to remove ad-hoc jQuery for the privacy switch when toggling visibility of private/public elements (Ayaan Qadri)is_active
&active_menu_items
fromwagtail.admin.menu.MenuItem
(Srishti Jaiswal)openpyxl
at runtime to improve performance for projects that do not useReportView
,SpreadsheetExportMixin
andwagtail.contrib.redirects
(Sébastien Corbin)mp
instead ofmm
for 'mystery person' as the default Gravatar if no avatar found (Harsh Dange)venv
instead ofpipenv
in CircleCI (Sage Abdullah)FormsetController
(w-formset
) to support dynamic formset insertion/deletion behavior (LB (Ben) Johnston)revisions_revert
view to be a subclass ofEditView
(Sage Abdullah)get_usage().count()
call to view code (Sage Abdullah)v6.3.3
Compare Source
StreamChildrenToListBlockOperation
from duplicating data across multiple StreamField instances (Joshua Munn)RichTextBlock
to aStreamField
(Matt Westcott)v6.3.2
: 6.3.2Compare Source
get_block_by_content_path
onImageBlock
to prevent errors on commenting (Matt Westcott)v6.3.1
: 6.3.1Compare Source
ImageChooserBlock
toImageBlock
data conversions where all inputs tobulk_to_python
are null (Storm Heg, Matt Westcott)BlogTagIndexPage
example for clarity (Clifford Gama)wagtailcache
andwagtailpagecache
examples to not use quotes for thefragment_name
(Shiv)v6.3
: 6.3 (LTS)Compare Source
ImageBlock
with alt text support (Chiemezuo Akujobi for Google Summer of Code, mentored by Storm Heg, Saptak Sengupta, Thibaud Colas and Matt Westcott)getTextLabel
method on date / time StreamField blocks (Vaughn Dickson)WAGTAIL_AUTO_UPDATE_PREVIEW
setting, useWAGTAIL_AUTO_UPDATE_PREVIEW_INTERVAL = 0
instead (Sage Abdullah)capfirst
for title-casing model verbose names (Sébastien Corbin)copy_for_translation_done
signal when copying translatable models as well as pages (Coen van der Kamp)description
field across all images, to better support accessible image descriptions (Chiemezuo Akujobi)file_size
field on document model to avoid artificial 2Gb limit (Gabriel Getzie)TypedTableBlock
uses the correct API representations of child blocks (Matt Westcott)media
definitions (Sage Abdullah)AbstractGroupApprovalTask
to ensurecan_handle
checks for the abstract class correctly (Sumana Sree Angajala)WAGTAIL_WORKFLOW_REQUIRE_REAPPROVAL_ON_EDIT
documentation to state that it defaults toFalse
(Matt Westcott)TokenAuthentication
in the Wagtail API v2 Configuration Guide (Krzysztof Jeziorny)zoneinfo.available_timezones
(Sage Abdullah)get_prep_value
for closer alignment with JSONField (Sage Abdullah)IndexView
toBaseListingView
(Sage Abdullah).in_bulk()
on specific querysets under Django 5.2a0 (Sage Abdullah)test-media
to .gitignore (Shlomo Markowitz)debounce
util's return type for better TypeScript usage (Sage Abdullah)wagtailConfig
values from inline scripts to thewagtail_config
template tag (LB (Ben) Johnston, Sage Abdullah){% locales %}
and{% js_translation_strings %}
template tags (LB (Ben) Johnston, Sage Abdullah)window.wagtailConfig.BULK_ACTION_ITEM_TYPE
usage in JavaScript to reduce reliance on inline scripts (LB (Ben) Johnston)window.fileupload_opts
usage in JavaScript, use data attributes on fields instead to reduce reliance on inline scripts (LB (Ben) Johnston)image_format_name_to_content_type
helper function that duplicates Willow functionality (Matt Westcott)DeleteMenuItem
API for footer actions (Sage Abdullah)v6.2.3
: 6.2.3Compare Source
v6.2.2
: 6.2.2Compare Source
USE_THOUSAND_SEPARATOR
formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott)v6.2.1
: 6.2.1Compare Source
child_block
being passed as a kwarg in ListBlock migrations (Matt Westcott)wagtail.admin.models
and custom user models (Matt Westcott)v6.2
: 6.2Compare Source
HOSTNAMES
parameter onWAGTAILFRONTENDCACHE
to define which hostnames a backend should respond to (Jake Howard, sponsored by Oxfam America)EditView
and breadcrumbs (Rohit Sharma)ChooseParentView
if only one possible valid parent page is available (Matthias Brück)copy_for_translation_done
signal when a page is copied for translation (Arnar Tumi Þorsteinsson)deactivate()
method toProgressController
(Alex Morega)ModelViewSet
(Sage Abdullah)routable_resolver_match
attribute available on RoutablePageMixin responses (Andy Chosak)UserViewSet
via the app config (Sage Abdullah)StreamBlock
/ListBlock
min_num
/max_num
(Matt Westcott)WAGTAILIMAGES_CHOOSER_PAGE_SIZE
setting functional again (Rohit Sharma)richtext
template tag to convert lazy translation values (Benjamin Bach).ico
images (Julie Rymer)verbose_name
onTranslatableMixin.locale
so that it is translated when used as a label (Romein van Buren)wagtail_serve
view is on a non-root path (Sage Abdullah)for_instance
method toPageLogEntryManager
(Matt Westcott)WAGTAIL_DATE_FORMAT
,WAGTAIL_DATETIME_FORMAT
andWAGTAIL_TIME_FORMAT
takeFORMAT_MODULE_PATH
into account (Sébastien Corbin)restriction_type
field on PageViewRestriction (Shlomo Markowitz)Orderable
is not required for inline panels (Bojan Mihelac)prefers-reduced-motion
to the accessibility documentation (Roel Koper)vary_fields
property for custom image filters (Daniel Kirkham)DjangoJSONEncoder
instead of customLazyStringEncoder
to serialize Draftail config (Sage Abdullah)WAGTAILIMAGES_CHOOSER_PAGE_SIZE
at runtime (Matt Westcott)client/scss
directory in Tailwind content config to speed up CSS compilation (Sage Abdullah)contrib.frontend_cache.backends
into dedicated sub-modules (Andy Babic)docs/autobuild.sh
script (Sævar Öfjörð Magnússon)urlparse
withurlsplit
to improve performance (Jake Howard)'BlockWidget' object has no attribute '_block_json'
from masking errors during StreamField serialization (Matt Westcott)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Africa/Lusaka, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.