From 76070a037c1594edca2a84b11c392a647cd6f4eb Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 21 Oct 2024 18:03:59 +0100 Subject: [PATCH] Remove unused headings from 6.3 upgrade considerations --- docs/releases/6.3.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/releases/6.3.md b/docs/releases/6.3.md index 1fb4e94298..da0f7095db 100644 --- a/docs/releases/6.3.md +++ b/docs/releases/6.3.md @@ -151,8 +151,6 @@ This feature was developed by Bart CieliƄski, alexkiro, and Sage Abdullah. * Deprecate internal `DeleteMenuItem` API for footer actions (Sage Abdullah) -## Upgrade considerations - changes affecting all projects - ## Upgrade considerations - deprecation of old functionality ### Removed support for Python 3.8 @@ -165,8 +163,6 @@ The [`WAGTAIL_AUTO_UPDATE_PREVIEW`](wagtail_auto_update_preview) setting has bee To disable the automatic preview update feature, set [`WAGTAIL_AUTO_UPDATE_PREVIEW_INTERVAL = 0`](wagtail_auto_update_preview_interval) in your Django settings instead. -## Upgrade considerations - changes affecting Wagtail customisations - ## Upgrade considerations - changes to undocumented internals ### Deprecation of `window.wagtailConfig.BULK_ACTION_ITEM_TYPE`