diff options
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/settings.py b/debug_toolbar/settings.py index 7ba7012..70268b6 100644 --- a/debug_toolbar/settings.py +++ b/debug_toolbar/settings.py @@ -130,7 +130,7 @@ else: if 'INTERCEPT_REDIRECTS' in USER_CONFIG: warnings.warn( "INTERCEPT_REDIRECTS is deprecated. Please use the " - "DISABLE_PANELS config in the" + "DISABLE_PANELS config in the " "DEBUG_TOOLBAR_CONFIG setting.", DeprecationWarning) if USER_CONFIG['INTERCEPT_REDIRECTS']: if 'debug_toolbar.panels.redirects.RedirectsPanel' \ |
