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 be12fc4 commit b0ca0b4Copy full SHA for b0ca0b4
debug_toolbar/settings.py
@@ -130,7 +130,7 @@
130
if 'INTERCEPT_REDIRECTS' in USER_CONFIG:
131
warnings.warn(
132
"INTERCEPT_REDIRECTS is deprecated. Please use the "
133
- "DISABLE_PANELS config in the"
+ "DISABLE_PANELS config in the "
134
"DEBUG_TOOLBAR_CONFIG setting.", DeprecationWarning)
135
if USER_CONFIG['INTERCEPT_REDIRECTS']:
136
if 'debug_toolbar.panels.redirects.RedirectsPanel' \
0 commit comments