chore(deps): bump wagtail from 7.2.3 to 7.3.2 in /requirements#217
chore(deps): bump wagtail from 7.2.3 to 7.3.2 in /requirements#217dependabot[bot] wants to merge 1 commit into
Conversation
8bcfabe to
e5529ef
Compare
Bumps [wagtail](https://github.com/wagtail/wagtail) from 7.2.3 to 7.3.2. - [Release notes](https://github.com/wagtail/wagtail/releases) - [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt) - [Commits](wagtail/wagtail@v7.2.3...v7.3.2) --- updated-dependencies: - dependency-name: wagtail dependency-version: 7.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
e5529ef to
47b961d
Compare
Wagtail 7.2.3 → 7.3.2 — Upgrade NotesWhy merge this promptlyThis release includes 8 security fixes across 7.3.0 / 7.3.1 / 7.3.2:
Steps to run after merging# 1. Rebuild the Docker image (picks up the new Wagtail version)
task docker:build
# 2. Run database migrations
task django:migrate
# 3. Recollect static files (clears stale Wagtail admin JS/CSS)
docker compose run --rm web python pythonie/manage.py collectstatic --clear --noinput
# 4. Hard-refresh the browser to flush cached admin assets
# macOS: Cmd+Shift+R / Windows/Linux: Ctrl+Shift+RFor production (Heroku): task heroku:migrate
task heroku:restartBehaviour changes to be aware of1. Autosave enabled by default Pages and snippets with WAGTAIL_AUTOSAVE_INTERVAL = 0 # 0 = disabled
# WAGTAIL_AUTOSAVE_INTERVAL = 180 # custom interval in seconds2. Image quality defaults lowered (new renditions only) Existing cached renditions are not affected — only images generated after the upgrade.
To restore the previous quality: WAGTAILIMAGES_JPEG_QUALITY = 85
WAGTAILIMAGES_AVIF_QUALITY = 803. Potentially slow migration on large databases Wagtail 7.3 adds composite indexes on python pythonie/manage.py migrate --fake wagtailcore 0097 \
--settings=pythonie.settings.productionFull migration notes are tracked in |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps wagtail from 7.2.3 to 7.3.2.
Release notes
Sourced from wagtail's releases.
... (truncated)
Changelog
Sourced from wagtail's changelog.
... (truncated)
Commits
e6a58deUpdate Wagtail dependency in project template9934e4cruff format1c74cccVersion bump to 7.3.2 final7683d65Release notes for security fixes in 7.3.244cbc72Fix permission check on creating alias6245866Fix permission handling on page copyadbe3b3Exclude view-restricted collections from document and images API8613e18Only support deleting form submissions for the chosen page195f0cfAdd test37b0be8Check object permissions in PageHistoryView