Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django.conf.global_settings #2420

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading