File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -176,9 +176,6 @@ SECRET_KEY: str | bytes
176176# are used to allow rotation of the SECRET_KEY.
177177SECRET_KEY_FALLBACKS : list [str | bytes ]
178178
179- # Default file storage mechanism that holds media.
180- DEFAULT_FILE_STORAGE : str
181-
182179STORAGES : dict [str , dict [str , Any ]]
183180
184181# Absolute filesystem path to the directory that will hold user-uploaded files.
@@ -487,9 +484,6 @@ FIXTURE_DIRS: list[str]
487484# A list of locations of additional static files
488485STATICFILES_DIRS : list [str ]
489486
490- # The default file storage backend used during the build process
491- STATICFILES_STORAGE : str
492-
493487# List of finder classes that know how to find static files in
494488# various locations.
495489STATICFILES_FINDERS : list [str ]
Original file line number Diff line number Diff line change 33# Only discrepancies that appeared after Django 5.0 -> 5.1 update.
44# Unsorted: there are real problems and things we can really ignore:
55
6- django.conf.global_settings.DEFAULT_FILE_STORAGE
7- django.conf.global_settings.STATICFILES_STORAGE
86django.contrib.admin.ModelAdmin.log_deletions
97django.contrib.admin.helpers.Fieldset.is_collapsible
108django.contrib.admin.helpers.InlineAdminFormSet.is_collapsible
You can’t perform that action at this time.
0 commit comments