Skip to content

Commit b0ca0b4

Browse files
committed
settings: fix minor typo.
Otherwise, it render the deprecation warning as '… in theDEBUG_TOOLBAR_CONFIG …'
1 parent be12fc4 commit b0ca0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
if 'INTERCEPT_REDIRECTS' in USER_CONFIG:
131131
warnings.warn(
132132
"INTERCEPT_REDIRECTS is deprecated. Please use the "
133-
"DISABLE_PANELS config in the"
133+
"DISABLE_PANELS config in the "
134134
"DEBUG_TOOLBAR_CONFIG setting.", DeprecationWarning)
135135
if USER_CONFIG['INTERCEPT_REDIRECTS']:
136136
if 'debug_toolbar.panels.redirects.RedirectsPanel' \

0 commit comments

Comments
 (0)