We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57194a5 commit 443a778Copy full SHA for 443a778
1 file changed
settings.py
@@ -259,6 +259,10 @@
259
}
260
]
261
262
+# Assume all URLField will be HTTPS if not specified.
263
+# We can remove this once we bump to Django 6.0
264
+FORMS_URLFIELD_ASSUME_HTTPS = True
265
+
266
# Enable the debug toolbar if requested
267
if DEBUG_TOOLBAR:
268
MIDDLEWARE = ['debug_toolbar.middleware.DebugToolbarMiddleware', *list(MIDDLEWARE)]
0 commit comments