diff options
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`). |
