Skip to content

build(deps): Bump wagtail from 2.11.9 to 6.3.6#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/wagtail-6.3.6
Open

build(deps): Bump wagtail from 2.11.9 to 6.3.6#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/wagtail-6.3.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps wagtail from 2.11.9 to 6.3.6.

Release notes

Sourced from wagtail's releases.

6.3.6

  • Fix: Remove ngram parser on MySQL that prevented autocomplete search from returning results (Vince Salvino)
  • Fix: CVE-2026-25517: Improper permission handling on admin preview endpoints (thxtech, Matt Westcott, Jake Howard)

6.3.5

  • Fix: Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)
  • Fix: Fix broken migration when ListBlock is defined with a child_block kwarg (Matt Westcott)
  • Maintenance: Use utf8mb4 charset and collation for MySQL test database (Sage Abdullah)

6.3.4

  • Added support for Django 5.2
  • Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
  • Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
  • Maintenance: Remove upper version boundary for django-filter (Dan Braghis)

v6.3.3

  • Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
  • Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
  • Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
  • Fix: Prevent StreamChildrenToListBlockOperation from duplicating data across multiple StreamField instances (Joshua Munn)
  • Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
  • Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
  • Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
  • Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
  • Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
  • Docs: Revert incorrect example of appending a RichTextBlock to a StreamField (Matt Westcott)

6.3.2

  • Fix: Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
  • Fix: Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)
  • Fix: Implement get_block_by_content_path on ImageBlock to prevent errors on commenting (Matt Westcott)
  • Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama)

6.3.1

  • Fix: Restore ability to upload profile picture through account settings (Sage Abdullah)
  • Fix: Correctly handle ImageChooserBlock to ImageBlock data conversions where all inputs to bulk_to_python are null (Storm Heg, Matt Westcott)
  • Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
  • Fix: Remove forced capitalization of site name on admin dashboard (Thibaud Colas)
  • Docs: Reword BlogTagIndexPage example for clarity (Clifford Gama)
  • Docs: Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas)
  • Docs: Fix wagtailcache and wagtailpagecache examples to not use quotes for the fragment_name (Shiv)
  • Docs: Lower search result ranking for release notes on readthedocs search (Sage Abdullah)

6.3 (LTS)

  • Add support for Python 3.13 (Matt Westcott)
  • Add formal support for Django 5.1 (Matt Westcott)
  • Add ImageBlock with alt text support (Chiemezuo Akujobi for Google Summer of Code, mentored by Storm Heg, Saptak Sengupta, Thibaud Colas and Matt Westcott)
  • Implement incremental dashboard design enhancements (Albina Starykova, Ben Enright)
  • Add a new enhanced contrast admin theming option for the admin interface (Albina Starykova, Victoria Ottah)
  • Migrate workflow history views to universal listings (Sage Abdullah)

... (truncated)

Changelog

Sourced from wagtail's changelog.

6.3.6 (03.02.2026)


 * Fix: Remove ngram parser on MySQL that prevented autocomplete search from returning results (Vince Salvino)
 * Fix: CVE-2026-25517: Improper permission handling on admin preview endpoints (thxtech, Matt Westcott, Jake Howard)

6.3.5 (12.06.2025)

  • Fix: Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)
  • Fix: Fix broken migration when ListBlock is defined with a child_block kwarg (Matt Westcott)
  • Maintenance: Use utf8mb4 charset and collation for MySQL test database (Sage Abdullah)

6.3.4 (24.04.2025)


 * Added support for Django 5.2
 * Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
 * Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
 * Maintenance: Remove upper version boundary for django-filter (Dan Braghis)

6.3.3 (03.02.2025)

  • Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
  • Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
  • Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
  • Fix: Prevent StreamChildrenToListBlockOperation from duplicating data across multiple StreamField instances (Joshua Munn)
  • Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
  • Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
  • Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
  • Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
  • Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
  • Docs: Revert incorrect example of appending a RichTextBlock to a StreamField (Matt Westcott)

6.3.2 (02.01.2025)


 * Fix: Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
 * Fix: Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)
 * Fix: Implement `get_block_by_content_path` on `ImageBlock` to prevent errors on commenting (Matt Westcott)
 * Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama)

6.3.1 (19.11.2024)

... (truncated)

Commits
  • 18dddae Version bump to 6.3.6
  • 3128a8f Fill in release date for 6.3.6
  • 4fc4fd8 Release note for CVE-2026-25517 in 6.3.6
  • 01fd347 Apply permission checks to page and snippet preview endpoints
  • 954c967 Release note for #13069 in 6.3.6
  • 627158b Remove ngram parser from autocomplete index on MySQL
  • d52ef55 Fill in release date for 6.3.5
  • 45b4673 Fill in release date for 6.2.4
  • 752721e Bump minimum Willow version to v1.10.0
  • 5ae02fd Include Python version in CircleCI cache key
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [wagtail](https://github.com/wagtail/wagtail) from 2.11.9 to 6.3.6.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v2.11.9...v6.3.6)

---
updated-dependencies:
- dependency-name: wagtail
  dependency-version: 6.3.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants