From 536ad2891e90a9ad6fcd049592ce890adfca4332 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 7 Nov 2023 14:28:50 +0000 Subject: [PATCH] Release note for #11196 --- CHANGELOG.txt | 1 + docs/releases/6.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9e5cb8c4f8..a0fbf30862 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Added `search_index` option to StreamField blocks to control whether the block is indexed for searching (Vedant Pandey) * Remember previous location on returning from page add/edit actions (Robert Rollins) + * Update settings file in project settings to address Django 4.2 deprecations (Sage Abdullah) * Fix: Update system check for overwriting storage backends to recognise the `STORAGES` setting introduced in Django 4.2 (phijma-leukeleu) * Fix: Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi) * Fix: Ensure that the legacy dropdown options, when closed, do not get accidentally clicked by other interactions wide viewports (CheesyPhoenix, Christer Jensen) diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index bb502f1234..c80e79cdaf 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -16,6 +16,7 @@ depth: 1 * Added `search_index` option to StreamField blocks to control whether the block is indexed for searching (Vedant Pandey) * Remember previous location on returning from page add/edit actions (Robert Rollins) + * Update settings file in project settings to address Django 4.2 deprecations (Sage Abdullah) ### Bug fixes