Skip to content

Commit

Permalink
Update django.conf.global_settings (#2420)
Browse files Browse the repository at this point in the history
Signed-off-by: SaJH <[email protected]>
  • Loading branch information
JaeHyuckSa authored Oct 25, 2024
1 parent c105965 commit 82cb4c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions django-stubs/conf/global_settings.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ SECRET_KEY: str | bytes
# are used to allow rotation of the SECRET_KEY.
SECRET_KEY_FALLBACKS: list[str | bytes]

# Default file storage mechanism that holds media.
DEFAULT_FILE_STORAGE: str

STORAGES: dict[str, dict[str, Any]]

# Absolute filesystem path to the directory that will hold user-uploaded files.
Expand Down Expand Up @@ -487,9 +484,6 @@ FIXTURE_DIRS: list[str]
# A list of locations of additional static files
STATICFILES_DIRS: list[str]

# The default file storage backend used during the build process
STATICFILES_STORAGE: str

# List of finder classes that know how to find static files in
# various locations.
STATICFILES_FINDERS: list[str]
Expand Down
2 changes: 0 additions & 2 deletions scripts/stubtest/allowlist_todo_django51.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# Only discrepancies that appeared after Django 5.0 -> 5.1 update.
# Unsorted: there are real problems and things we can really ignore:

django.conf.global_settings.DEFAULT_FILE_STORAGE
django.conf.global_settings.STATICFILES_STORAGE
django.contrib.admin.ModelAdmin.log_deletions
django.contrib.admin.helpers.Fieldset.is_collapsible
django.contrib.admin.helpers.InlineAdminFormSet.is_collapsible
Expand Down

0 comments on commit 82cb4c0

Please sign in to comment.