mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES.
Thanks Petr Dlouhý for the report.
Bug in 32940d390a.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user