Skip to content

Commit 82cb4c0

Browse files
authored
Update django.conf.global_settings (typeddjango#2420)
Signed-off-by: SaJH <[email protected]>
1 parent c105965 commit 82cb4c0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

django-stubs/conf/global_settings.pyi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ SECRET_KEY: str | bytes
176176
# are used to allow rotation of the SECRET_KEY.
177177
SECRET_KEY_FALLBACKS: list[str | bytes]
178178

179-
# Default file storage mechanism that holds media.
180-
DEFAULT_FILE_STORAGE: str
181-
182179
STORAGES: 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
488485
STATICFILES_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.
495489
STATICFILES_FINDERS: list[str]

scripts/stubtest/allowlist_todo_django51.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
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
86
django.contrib.admin.ModelAdmin.log_deletions
97
django.contrib.admin.helpers.Fieldset.is_collapsible
108
django.contrib.admin.helpers.InlineAdminFormSet.is_collapsible

0 commit comments

Comments
 (0)