mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
This commit is contained in:
parent
1ec3f0961f
commit
32940d390a
24 changed files with 542 additions and 90 deletions
|
@ -1441,16 +1441,15 @@ when settings are changed.
|
|||
|
||||
Django itself uses this signal to reset various data:
|
||||
|
||||
================================= ========================
|
||||
Overridden settings Data reset
|
||||
================================= ========================
|
||||
USE_TZ, TIME_ZONE Databases timezone
|
||||
TEMPLATES Template engines
|
||||
SERIALIZATION_MODULES Serializers cache
|
||||
LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations
|
||||
MEDIA_ROOT, DEFAULT_FILE_STORAGE Default file storage
|
||||
STATIC_ROOT, STATIC_URL, STORAGES Storages configuration
|
||||
================================= ========================
|
||||
============================================================================ ========================
|
||||
Overridden settings Data reset
|
||||
============================================================================ ========================
|
||||
USE_TZ, TIME_ZONE Databases timezone
|
||||
TEMPLATES Template engines
|
||||
SERIALIZATION_MODULES Serializers cache
|
||||
LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations
|
||||
DEFAULT_FILE_STORAGE, STATICFILES_STORAGE, STATIC_ROOT, STATIC_URL, STORAGES Storages configuration
|
||||
============================================================================ ========================
|
||||
|
||||
Isolating apps
|
||||
--------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue