Skip to content
Open
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
2 changes: 1 addition & 1 deletion django-stubs/conf/global_settings.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ SERVER_EMAIL: str

# Database connection info. If left empty, will default to the dummy backend.
DATABASES: dict[str, dict[str, Any]]
TASKS: dict[str, dict[str, Any]]

# Classes used to implement DB routing behavior.
@type_check_only
Expand Down Expand Up @@ -133,7 +134,6 @@ FORM_RENDERER: str
# RemovedInDjango60Warning: It's a transitional setting helpful in early
# adoption of "https" as the new default value of forms.URLField.assume_scheme.
# Set to True to assume "https" during the Django 5.x release cycle.
FORMS_URLFIELD_ASSUME_HTTPS: bool
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the outdated comment too


# Default email address to use for various automated correspondence from
# the site managers.
Expand Down
4 changes: 0 additions & 4 deletions scripts/stubtest/allowlist_todo_django60.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
django.conf.FORMS_URLFIELD_ASSUME_HTTPS_DEPRECATED_MSG
django.conf.global_settings.FORMS_URLFIELD_ASSUME_HTTPS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This setting is missing from global_settings.py

django.conf.global_settings.TASKS
django.conf.global_settings.URLIZE_ASSUME_HTTPS
django.contrib.admin.AdminSite.password_change_form
django.contrib.admin.ModelAdmin.log_deletion
django.contrib.admin.models.LogEntryManager.log_action
Expand Down
Loading