Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2025

Bumps wagtail from 6.2 to 7.2.

Release notes

Sourced from wagtail's releases.

7.2

  • Added support for Python 3.14 (Sage Abdullah)
  • Add usage count filter to the admin image and document listings (Joel William)
  • Add keyboard shortcut (?) to activate the keyboard shortcuts dialog (Dhruvi Patel)
  • Add keyboard shortcut (/) to activate and focus on the search input in the sidebar (Dhruvi Patel)
  • Allow deep contentpath for comments on fields other than StreamField (Lasse Schmieding, Sébastien Corbin, Joel William, Sage Abdullah)
  • Reorganize keyboard shortcuts into better categories with an ordering from most common to most specific (Dhruvi Patel)
  • Add max_value of 100 (%) for the closeness field in Image URL Generator form (LB (Ben) Johnston)
  • Add reordering support to generic model and snippet listing views (Joey Jurjens, Sage Abdullah)
  • Add messaging within the keyboard shortcuts dialog to indicate when keyboard shortcuts are disabled or how to disable them via user preferences (Pravin Kamble)
  • Allow defining a custom WorkflowLock subclass via Task.lock_class in a custom task (Dan Braghis)
  • Add new toggle from grid to list layout for image choosers (Joel William)
  • Update grid-list layout toggle to new design (Joel William)
  • Add readability score metric to content checks (Thibaud Colas)
  • Add explainer panel for content metrics (Thibaud Colas)
  • Add a button to jump to the first validation error in header messages (Srishti Jaiswal, Sage Abdullah, LB (Ben) Johnston)
  • Support calculating content metrics without opening the preview panel (Sage Abdullah)
  • Update project template settings to use pathlib Path object (Eric Matthes)
  • Migrate to django-modelsearch library, providing Elasticsearch 9 and OpenSearch backends (Karl Hobley, Matt Westcott)
  • Fix: Use the correct method of resolving the file storage dynamically for FileField usage in images & documents (Amir Mahmoodi)
  • Fix: Ensure the add comment keyboard shortcut is disabled when keyboard shortcuts are disabled in user preferences (Dhruvi Patel)
  • Fix: Use model name when ordering by page type in page listings (Sage Abdullah)
  • Fix: Prevent error from default update_fields parameter on Page.asave() (Tosinibikunle)
  • Fix: Ignore hidden error messages in minimap & CountController default findValue (Sage Abdullah)
  • Fix: Change default ordering for UserViewSet to User.USERNAME_FIELD to support default ordering with custom User models that may not have a name field (Lynwee)
  • Fix: Ensure starter tests in the project template pass (Lasse Schmieding)
  • Fix: Ensure fixed RichText toolbar shows under footer actions (Maciek Baron)
  • Fix: Prevent error when iterating over specific tasks with missing models (Lasse Schmieding)
  • Fix: Ensure TableBlock header dropdown default option can be translated (arpitmak)
  • Fix: Fix missing cache key prefix when removing cached redirect files (Heric Libong)
  • Docs: Fix cross-reference links to the TypeDoc-generated docs (Sage Abdullah)
  • Docs: Refine readthedocs' search indexing for releases and client-side code (Sage Abdullah)
  • Docs: Fix incorrect link to third party site in advanced topics (Yousef Al-Hadhrami (Yemeni))
  • Docs: Fix incorrect import references and update steps for clarity in getting started tutorial (Hunzlah Malik, Pravin Kamble)
  • Docs: Fix code example for construct_wagtail_userbar (Baptiste Mispelon)
  • Docs: Add a note about CSP for background image position and responsive embed styles (Thibaud Colas, Chiemezuo Akujobi, Sage Abdullah)
  • Docs: Add guidance for AI-led contributions to contributor docs (Andrew Selzer)
  • Docs: Add guidance for AI agents via AGENTS.md (Andrew Selzer)
  • Docs: Add Windows command examples for contributing setup (Shivam Kumar)
  • Docs: Add recent third party tutorials from 2025 (LB (Ben) Johnston)
  • Maintenance: Removed support for Python 3.9 (Matt Westcott)
  • Maintenance: Updated NPM packages and linting configuration (LB (Ben) Johnston)
  • Maintenance: Added linting script to keep package.json and pre-commit package versions in sync (LB (Ben) Johnston)
  • Maintenance: Migrate privacy switch modal field hiding to the Stimulus RulesController (LB (Ben) Johnston)
  • Maintenance: Add semgrep rules for inline styles and scripts (Chiemezuo Akujobi, Sage Abdullah)
  • Maintenance: Fix intermittent test failures caused by nondeterministic order in TestFilteredModelChoiceField (Sage Abdullah)
  • Maintenance: Add support for attrs in formattedfield tag & clean up other usages of the attrs template include (LB (Ben) Johnston)
  • Maintenance: Allow exempting external templates from number formatting checks (Sage Abdullah)
  • Maintenance: Migrate file title generation to SyncController for CSP compliance (Aayushman Singh, Chiemezuo Akujobi, LB (Ben) Johnston, Sage Abdullah)
  • Maintenance: Remove outdated pytest configuration (Shivam Kumar)

... (truncated)

Changelog

Sourced from wagtail's changelog.

7.2 (05.11.2025)


 * Added support for Python 3.14 (Sage Abdullah)
 * Add usage count filter to the admin image and document listings (Joel William)
 * Add keyboard shortcut (`?`) to activate the keyboard shortcuts dialog (Dhruvi Patel)
 * Add keyboard shortcut (`/`) to activate and focus on the search input in the sidebar (Dhruvi Patel)
 * Allow deep contentpath for comments on fields other than StreamField (Lasse Schmieding, Sébastien Corbin, Joel William, Sage Abdullah)
 * Reorganize keyboard shortcuts into better categories with an ordering from most common to most specific (Dhruvi Patel)
 * Add `max_value` of 100 (%) for the `closeness` field in Image URL Generator form (LB (Ben) Johnston)
 * Add reordering support to generic model and snippet listing views (Joey Jurjens, Sage Abdullah)
 * Add messaging within the keyboard shortcuts dialog to indicate when keyboard shortcuts are disabled or how to disable them via user preferences (Pravin Kamble)
 * Allow defining a custom `WorkflowLock` subclass via `Task.lock_class` in a custom task (Dan Braghis)
 * Add new toggle from grid to list layout for image choosers (Joel William)
 * Update grid-list layout toggle to new design (Joel William)
 * Add readability score metric to content checks (Thibaud Colas)
 * Add explainer panel for content metrics (Thibaud Colas)
 * Add a button to jump to the first validation error in header messages (Srishti Jaiswal, Sage Abdullah, LB (Ben) Johnston)
 * Support calculating content metrics without opening the preview panel (Sage Abdullah)
 * Update project template settings to use pathlib Path object (Eric Matthes)
 * Migrate to django-modelsearch library, providing Elasticsearch 9 and OpenSearch backends (Karl Hobley, Matt Westcott)
 * Fix: Use the correct method of resolving the file storage dynamically for FileField usage in images & documents (Amir Mahmoodi)
 * Fix: Ensure the add comment keyboard shortcut is disabled when keyboard shortcuts are disabled in user preferences (Dhruvi Patel)
 * Fix: Use model name when ordering by page type in page listings (Sage Abdullah)
 * Fix: Prevent error from default `update_fields` parameter on `Page.asave()` (Tosinibikunle)
 * Fix: Ignore hidden error messages in minimap & `CountController` default `findValue` (Sage Abdullah)
 * Fix: Change default ordering for `UserViewSet` to `User.USERNAME_FIELD` to support default ordering with custom User models that may not have a `name` field (Lynwee)
 * Fix: Ensure starter tests in the project template pass (Lasse Schmieding)
 * Fix: Ensure fixed RichText toolbar shows under footer actions (Maciek Baron)
 * Fix: Prevent error when iterating over specific tasks with missing models (Lasse Schmieding)
 * Fix: Ensure `TableBlock` header dropdown default option can be translated (arpitmak)
 * Fix: Fix missing cache key prefix when removing cached redirect files (Heric Libong)
 * Docs: Fix cross-reference links to the TypeDoc-generated docs (Sage Abdullah)
 * Docs: Refine readthedocs' search indexing for releases and client-side code (Sage Abdullah)
 * Docs: Fix incorrect link to third party site in advanced topics (Yousef Al-Hadhrami (Yemeni))
 * Docs: Fix incorrect import references and update steps for clarity in getting started tutorial (Hunzlah Malik, Pravin Kamble)
 * Docs: Fix code example for `construct_wagtail_userbar` (Baptiste Mispelon)
 * Docs: Add a note about CSP for background image position and responsive embed styles (Thibaud Colas, Chiemezuo Akujobi, Sage Abdullah)
 * Docs: Add guidance for AI-led contributions to contributor docs (Andrew Selzer)
 * Docs: Add guidance for AI agents via `AGENTS.md` (Andrew Selzer)
 * Docs: Add Windows command examples for contributing setup (Shivam Kumar)
 * Docs: Add recent third party tutorials from 2025 (LB (Ben) Johnston)
 * Maintenance: Removed support for Python 3.9 (Matt Westcott)
 * Maintenance: Updated NPM packages and linting configuration (LB (Ben) Johnston)
 * Maintenance: Added linting script to keep package.json and pre-commit package versions in sync (LB (Ben) Johnston)
 * Maintenance: Migrate privacy switch modal field hiding to the Stimulus `RulesController` (LB (Ben) Johnston)
 * Maintenance: Add semgrep rules for inline styles and scripts (Chiemezuo Akujobi, Sage Abdullah)
 * Maintenance: Fix intermittent test failures caused by nondeterministic order in TestFilteredModelChoiceField (Sage Abdullah)
 * Maintenance: Add support for `attrs` in `formattedfield` tag & clean up other usages of the `attrs` template include (LB (Ben) Johnston)
 * Maintenance: Allow exempting external templates from number formatting checks (Sage Abdullah)
</tr></table> 

... (truncated)

Commits
  • 46951d4 Version bump to 7.2 final
  • a418435 Fill in release date for 7.2 final
  • f2acbc2 Drop Pillow upper bound
  • d105529 Fetch new translations from Transifex
  • e02f0ab Bump modelsearch dependency to 1.1 final
  • 599b890 7.2 release notes - fix minor typos & grammar
  • c5aa73a Fixup changelog / release notes for #13531
  • 940100c Ensure 'Go to first error' button shows up for errors in StreamField blocks #...
  • 8239074 Fix typo in release note
  • 9835f39 Use modelsearch 1.1RC1
  • 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)

Bumps [wagtail](https://github.com/wagtail/wagtail) from 6.2 to 7.2.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v6.2...v7.2)

---
updated-dependencies:
- dependency-name: wagtail
  dependency-version: '7.2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Nov 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2025

Superseded by #2353.

@dependabot dependabot bot closed this Nov 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/wagtail-7.2 branch November 27, 2025 13:01
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.

1 participant