summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-08-18 18:11:24 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-08-18 18:12:30 +0200
commitd34db6602e89387ae9ddc9ae94defe5c838acb88 (patch)
treeb6415fa1fec5fe3fd8aef6987c845bf7f86dbe57 /docs
parenta22aeef55551dc6827b11afcc994a342fca93453 (diff)
[4.2.x] Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES.
Thanks Petr DlouhĂ˝ for the report. Bug in 32940d390a00a30a6409282d314d617667892841. Backport of 6b965c600054f970bdf94017ecf2e0e6e0a4326b from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.5.txt4
1 files changed, 4 insertions, 0 deletions
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`).