We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ef00b commit e588c26Copy full SHA for e588c26
1 file changed
debug_toolbar/settings.py
@@ -47,7 +47,7 @@ class DebugToolbarSettings(BaseSettings):
47
"want disabled (but still displayed) by default."
48
),
49
)
50
- ALLOWED_HOSTS: t.Sequence[str] | None = Field(
+ ALLOWED_HOSTS: t.Optional[t.Sequence[str]] = Field(
51
None,
52
description=(
53
"If it's set, the Debug Toolbar is shown only "
0 commit comments