diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-08-18 18:11:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-18 18:11:24 +0200 |
| commit | 6b965c600054f970bdf94017ecf2e0e6e0a4326b (patch) | |
| tree | c936a01a0dee84314d7fe6b71b687dea25f6b51e /docs | |
| parent | d25f3892114466d689fd6936f79f3bd9a9acc30e (diff) | |
Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES.
Thanks Petr DlouhĂ˝ for the report.
Bug in 32940d390a00a30a6409282d314d617667892841.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.5.txt | 4 |
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`). |
