build(deps): update dependency wagtail to >=6.3,<6.4 #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.3,<6.4
Release Notes
wagtail/wagtail (wagtail)
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.