Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps wagtail from 6.2 to 7.2.1.

Release notes

Sourced from wagtail's releases.

7.2.1

  • Fix: Allow userbar in page previews to render without needing to configure site record (Sage Abdullah)
  • Fix: Disable usage count ordering when searching on documents and images listing views, to prevent unsupported search query (Sage Abdullah)
  • Fix: Do not replace existing document or image title when uploading a new file (Sage Abdullah)
  • Fix: Use a more efficient query for fetching usage counts on image and document listings when not ordering by usage count (Sage Abdullah)
  • Fix: Add composite indexes to improve reference index performance (Sage Abdullah)
  • Maintenance: Remove use of _WAGTAILSEARCH_FORCE_AUTO_UPDATE in search tests (Matt Westcott)

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)

... (truncated)

Changelog

Sourced from wagtail's changelog.

7.2.1 (26.11.2025)


 * Fix: Allow userbar in page previews to render without needing to configure site record (Sage Abdullah)
 * Fix: Disable usage count ordering when searching on documents and images listing views, to prevent unsupported search query (Sage Abdullah)
 * Fix: Do not replace existing document or image title when uploading a new file (Sage Abdullah)
 * Fix: Use a more efficient query for fetching usage counts on image and document listings when not ordering by usage count (Sage Abdullah)
 * Fix: Add composite indexes to improve reference index performance (Sage Abdullah)
 * Maintenance: Remove use of `_WAGTAILSEARCH_FORCE_AUTO_UPDATE` in search tests (Matt Westcott)

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)
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/wagtail/wagtail/commit/ea118e70f73a8e16c52433cece793f04661e51f8&quot;&gt;&lt;code&gt;ea118e7&lt;/code&gt;&lt;/a> Version bump to 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/224423b9a52f329ce2716c85544a4faaabd37d4b&quot;&gt;&lt;code&gt;224423b&lt;/code&gt;&lt;/a> Fill in release date for 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/18370e0b9ca9b98f0ca3cf15167c1ba11d3955c0&quot;&gt;&lt;code&gt;18370e0&lt;/code&gt;&lt;/a> Fetch new translations from Transifex</li>
<li><a href="https://github.com/wagtail/wagtail/commit/a52063fafd5d7f17503d7c66e2f0a658512a669d&quot;&gt;&lt;code&gt;a52063f&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13597&quot;&gt;#13597&lt;/a> in 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/0d28160d386613038c70aa4d75f6a359b8b54d12&quot;&gt;&lt;code&gt;0d28160&lt;/code&gt;&lt;/a> Add composite indexes for source and target objects in ReferenceIndex</li>
<li><a href="https://github.com/wagtail/wagtail/commit/1b3522db95ac1022788e0084e244871f8e66e026&quot;&gt;&lt;code&gt;1b3522d&lt;/code&gt;&lt;/a> Use a separate and more efficient query for getting usage count on images and...</li>
<li><a href="https://github.com/wagtail/wagtail/commit/540dcf05a482ce2adfbde3f3aee3e0f92f074582&quot;&gt;&lt;code&gt;540dcf0&lt;/code&gt;&lt;/a> Do not prefill image and document title if there is an existing title (<a href="https://redirect.github.com/wagtail/wagtail/issues/13574&quot;&gt;#13574&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/wagtail/wagtail/commit/0b8f5f040f77c4c7dcf356afc8d9bea435bab3a9&quot;&gt;&lt;code&gt;0b8f5f0&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13560&quot;&gt;#13560&lt;/a> in 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/03b540c43f6c6180fa7fe396e8c96f6fe08fdf72&quot;&gt;&lt;code&gt;03b540c&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13560&quot;&gt;#13560&lt;/a> in 7.1.3</li>
<li><a href="https://github.com/wagtail/wagtail/commit/e3732bc160565b94bb8639e96439cb98dfdc567f&quot;&gt;&lt;code&gt;e3732bc&lt;/code&gt;&lt;/a> Disable usage count ordering when searching</li>
<li>Additional commits viewable in <a href="https://github.com/wagtail/wagtail/compare/v6.2...v7.2.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 27, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-7.2.1 branch from 8fbbfd5 to 9de3cc5 Compare December 6, 2025 16:06
Bumps [wagtail](https://github.com/wagtail/wagtail) from 6.2 to 7.2.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-7.2.1 branch from 9de3cc5 to b4f77d2 Compare December 9, 2025 14:50
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