From d34db6602e89387ae9ddc9ae94defe5c838acb88 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 18 Aug 2023 18:11:24 +0200 Subject: [4.2.x] Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Petr DlouhĂ˝ for the report. Bug in 32940d390a00a30a6409282d314d617667892841. Backport of 6b965c600054f970bdf94017ecf2e0e6e0a4326b from main --- docs/releases/4.2.5.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.2.5.txt b/docs/releases/4.2.5.txt index 23ba728da5..480b21d902 100644 --- a/docs/releases/4.2.5.txt +++ b/docs/releases/4.2.5.txt @@ -12,3 +12,7 @@ Bugfixes * Fixed a regression in Django 4.2 that caused an incorrect validation of ``CheckConstraints`` on ``__isnull`` lookups against ``JSONField`` (:ticket:`34754`). + +* Fixed a bug in Django 4.2 where the deprecated ``DEFAULT_FILE_STORAGE`` and + ``STATICFILES_STORAGE`` settings were not synced with ``STORAGES`` + (:ticket:`34773`). -- cgit v1.3