Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

Bumps wagtail from 6.2 to 7.1.1.

Release notes

Sourced from wagtail's releases.

7.1.1

  • Fix: Ensure the add comment keyboard shortcut is disabled when keyboard shortcuts are disabled in user preferences (Dhruvi Patel)
  • Fix: Fix crash when the Wagtail API is accessed without rest_framework installed (Vijay Raj)
  • Fix: Fix failure of FieldPanel and TitleFieldPanel with read_only=True (Sage Abdullah)
  • Fix: Fix broken Javascript interactions on nested inline panels (Matt Westcott, Sage Abdullah)
  • Fix: Fix rendering of StructBlock with custom form templates (Sage Abdullah)
  • Fix: Prevent crash when previewing a form page with an empty field type (Sage Abdullah)
  • 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: Add section about closing stale pull requests to the issue tracking documentation (Thibaud Colas, Sage Abdullah, LB (Ben) Johnston)
  • Docs: Add backporting policy for UI and accessibility fixes with updated "active support" and "security support" definitions (Thibaud Colas, Sage Abdullah, Scott Cranfill)

7.1

  • Allow configuring permissions for site settings on a per-site basis (Matt Westcott)
  • Add iHeart oEmbed provider (Storm Heg)
  • Add locale-aware NumberColumn to display numbers in universal listings (Baptiste Mispelon)
  • Add ability for the header breadcrumbs to save their open/closed state across navigation & refresh (Srishti Jaiswal)
  • Update Twitter oEmbed provider to recognize x.com links (manu)
  • Render listing buttons as template components (Sage Abdullah)
  • Define default GenericRelations for RevisionMixin and WorkflowMixin, to avoid issues with deletion cascades (Sage Abdullah)
  • Document and relocate the init_new_page signal (Maciek Baron)
  • Use requests to access oEmbed endpoints, for more robust SSL certificate handling (Matt Westcott)
  • Ensure that bulk deletion views respect protected foreign keys (Sage Abdullah)
  • Add minimum length validation for RichTextBlock and RichTextField (Alec Baron)
  • Allow SnippetChooserBlock's icon to take precedence over SnippetViewSet.icon (Matt Westcott)
  • Allow searching the users index on custom fields (Paul Craciunoiu, Sage Abdullah)
  • Support preserve-svg in Jinja2 image tags (Vishesh Garg)
  • Recognize preserve-svg as a filter when calling Image.get_rendition directly (Richard Allen)
  • Add support for preserve-svg for Image.get_renditions, picture, and srcset_image tags (Matt Westcott)
  • Include TypedTableBlock content when indexing for search (Charan T M)
  • Preserve query parameters when redirecting from the API find view to the detail view (Andrew Hosgood)
  • Add 'Edit' button to success message after copying page (Dhruvi Patel)
  • Restrict file dialog in multiple image uploader to the allowed image file types (Mustopha Mubarak O)
  • Raise clear error when non-StreamBlock is used as top-level block in StreamField (Clifford Gama)
  • Refactor user bar rendering to better support headless websites (Sage Abdullah)
  • Add type-to-confirm step when deleting large numbers of pages through bulk actions (Rachel Smith)
  • Add NoFutureDateValidator to validate against dates in the future (Talha Rizwan)
  • Extract separate background_position_x and background_position_y properties from AbstractRendition.background_position_style (Chiemezuo Akujobi)
  • Add support for translated string concatenation in the locale selector when switching between a model's language in the admin (Matt Westcott, Ellie Walsh-O'Neill)
  • Switch to check / cross icons for users’ active state in users listing (Sage Abdullah)
  • Add a keyboard shortcut to easily toggle the visibility of the minimap side panel (Dhruvi Patel)
  • Add a new user profile setting to disable Wagtail’s custom keyboard shortcuts (Dhruvi Patel)
  • Add API for extracting preview page content (Sage Abdullah)
  • Add toggle from grid to list layout for image listings (Joel William)
  • Add UsageCountColumn to document and image listings (Joel William, Sage Abdullah)
  • Make StructBlocks collapsible when nested to support block settings (Sage Abdullah)
  • Improve label_format support for more widget types in StreamField (Sage Abdullah)
  • Add form_attrs support to all StreamField blocks (Sage Abdullah)
  • Update project template documentation to include testing instructions and include starting test file in template (Aditya (megatrron))
  • Add support for preview_value and default in Block meta options as callables for dynamic previews within StreamField (Ziyao Yan, Sage Abdullah)

... (truncated)

Changelog

Sourced from wagtail's changelog.

7.1.1 (28.08.2025)


 * Fix: Ensure the add comment keyboard shortcut is disabled when keyboard shortcuts are disabled in user preferences (Dhruvi Patel)
 * Fix: Fix crash when the Wagtail API is accessed without `rest_framework` installed (Vijay Raj)
 * Fix: Fix failure of `FieldPanel` and `TitleFieldPanel` with `read_only=True` (Sage Abdullah)
 * Fix: Fix broken Javascript interactions on nested inline panels (Matt Westcott, Sage Abdullah)
 * Fix: Fix rendering of StructBlock with custom form templates (Sage Abdullah)
 * Fix: Prevent crash when previewing a form page with an empty field type (Sage Abdullah)
 * 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: Add section about closing stale pull requests to the issue tracking documentation (Thibaud Colas, Sage Abdullah, LB (Ben) Johnston)
 * Docs: Add backporting policy for UI and accessibility fixes with updated "active support" and "security support" definitions (Thibaud Colas, Sage Abdullah, Scott Cranfill)

7.1 (04.08.2025)


 * Allow configuring permissions for site settings on a per-site basis (Matt Westcott)
 * Add iHeart oEmbed provider (Storm Heg)
 * Add locale-aware `NumberColumn` to display numbers in universal listings (Baptiste Mispelon)
 * Add ability for the header breadcrumbs to save their open/closed state across navigation & refresh (Srishti Jaiswal)
 * Update Twitter oEmbed provider to recognize x.com links (manu)
 * Render listing buttons as template components (Sage Abdullah)
 * Define default `GenericRelations` for `RevisionMixin` and `WorkflowMixin`, to avoid issues with deletion cascades (Sage Abdullah)
 * Document and relocate the `init_new_page` signal (Maciek Baron)
 * Use `requests` to access oEmbed endpoints, for more robust SSL certificate handling (Matt Westcott)
 * Ensure that bulk deletion views respect protected foreign keys (Sage Abdullah)
 * Add minimum length validation for `RichTextBlock` and `RichTextField` (Alec Baron)
 * Allow `SnippetChooserBlock`'s `icon` to take precedence over `SnippetViewSet.icon` (Matt Westcott)
 * Allow searching the users index on custom fields (Paul Craciunoiu, Sage Abdullah)
 * Support `preserve-svg` in Jinja2 image tags (Vishesh Garg)
 * Recognize `preserve-svg` as a filter when calling `Image.get_rendition` directly (Richard Allen)
 * Add support for `preserve-svg` for `Image.get_renditions`, picture, and srcset_image tags (Matt Westcott)
 * Include `TypedTableBlock` content when indexing for search (Charan T M)
 * Preserve query parameters when redirecting from the API `find` view to the `detail` view (Andrew Hosgood)
 * Add 'Edit' button to success message after copying page (Dhruvi Patel)
 * Restrict file dialog in multiple image uploader to the allowed image file types (Mustopha Mubarak O)
 * Raise clear error when non-StreamBlock is used as top-level block in StreamField (Clifford Gama)
 * Refactor user bar rendering to better support headless websites (Sage Abdullah)
 * Add type-to-confirm step when deleting large numbers of pages through bulk actions (Rachel Smith)
 * Add `NoFutureDateValidator` to validate against dates in the future (Talha Rizwan)
 * Extract separate `background_position_x` and `background_position_y` properties from `AbstractRendition.background_position_style` (Chiemezuo Akujobi)
 * Add support for translated string concatenation in the locale selector when switching between a model's language in the admin (Matt Westcott, Ellie Walsh-O'Neill)
 * Switch to check / cross icons for users’ active state in users listing (Sage Abdullah)
 * Add a keyboard shortcut to easily toggle the visibility of the minimap side panel (Dhruvi Patel)
 * Add a new user profile setting to disable Wagtail’s custom keyboard shortcuts (Dhruvi Patel)
 * Add API for extracting preview page content (Sage Abdullah)
 * Add toggle from grid to list layout for image listings (Joel William)
 * Add `UsageCountColumn` to document and image listings (Joel William, Sage Abdullah)
 * Make `StructBlock`s collapsible when nested to support block settings (Sage Abdullah)
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/wagtail/wagtail/commit/c14826abd761044198494ffab99bdf9f9287d38b&quot;&gt;&lt;code&gt;c14826a&lt;/code&gt;&lt;/a> Fetch new translations from Transifex</li>
<li><a href="https://github.com/wagtail/wagtail/commit/131d126f33c8adb12a6e841a39c50cac681e1894&quot;&gt;&lt;code&gt;131d126&lt;/code&gt;&lt;/a> Version bump to 7.1.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/263dcbe94442fc09f44baffd2f707ce648ac9ab7&quot;&gt;&lt;code&gt;263dcbe&lt;/code&gt;&lt;/a> Fill in release date for 7.1.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/3b782f3e0865436efc6c5ca91a672ef32c907fef&quot;&gt;&lt;code&gt;3b782f3&lt;/code&gt;&lt;/a> Fill in release date for 7.0.3</li>
<li><a href="https://github.com/wagtail/wagtail/commit/d66a8366d363d8c8a90a34aa6e1c591116ee0f81&quot;&gt;&lt;code&gt;d66a836&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13370&quot;&gt;#13370&lt;/a> in 7.1.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/4b0185b58746264596246c461164ef97234e2ea3&quot;&gt;&lt;code&gt;4b0185b&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13370&quot;&gt;#13370&lt;/a> in 7.0.3</li>
<li><a href="https://github.com/wagtail/wagtail/commit/ac0529967e54f72f4bd443ad821521a5322a0153&quot;&gt;&lt;code&gt;ac05299&lt;/code&gt;&lt;/a> Fix crash when previewing a form page with an empty field_type form field</li>
<li><a href="https://github.com/wagtail/wagtail/commit/1a5d0053690bccc2fa6051a9b290f35524928af8&quot;&gt;&lt;code&gt;1a5d005&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13333&quot;&gt;#13333&lt;/a> in 7.1.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/54e6a47f9cb210f616490ddadee375750be7d279&quot;&gt;&lt;code&gt;54e6a47&lt;/code&gt;&lt;/a> Fix rendering of StructBlock with custom form templates</li>
<li><a href="https://github.com/wagtail/wagtail/commit/901fe81dab7be8de1ddf7fc925e72d738b919297&quot;&gt;&lt;code&gt;901fe81&lt;/code&gt;&lt;/a> Add test for rendering StructBlock with a formTemplate inside a stream block</li>
<li>Additional commits viewable in <a href="https://github.com/wagtail/wagtail/compare/v6.2...v7.1.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 Aug 29, 2025
Bumps [wagtail](https://github.com/wagtail/wagtail) from 6.2 to 7.1.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.1.1)

---
updated-dependencies:
- dependency-name: wagtail
  dependency-version: 7.1.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.1.1 branch from a40872d to b913567 Compare September 19, 2025 14:52
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