From b0ca0b4177b977d27f60e98cba0e6191a2dc25b5 Mon Sep 17 00:00:00 2001 From: Seyi Ogunyemi Date: Sun, 4 May 2014 17:54:02 +0100 Subject: settings: fix minor typo. Otherwise, it render the deprecation warning as '… in theDEBUG_TOOLBAR_CONFIG …'--- debug_toolbar/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \ -- cgit v1.2.3