aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-26 14:26:09 -0800
committerAymeric Augustin2013-11-26 14:26:09 -0800
commit48441362cf76fdaef0c0849700cd46f33d14b8b8 (patch)
treea33039ec0c24c995c60d15968548b90d07c8b537
parent6f4f72988bddf1ff73b89dd6abc55602671d1d55 (diff)
parentb508aa5dca73bbb44603572761ac2c7068bf7232 (diff)
downloaddjango-debug-toolbar-48441362cf76fdaef0c0849700cd46f33d14b8b8.tar.bz2
Merge pull request #485 from mjumbewu/patch-1
Correct the dotted path to TemplatesPanel
-rw-r--r--docs/configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index c1fe65d..9f97c32 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -18,7 +18,7 @@ setting. The default value is::
'debug_toolbar.panels.headers.HeadersPanel',
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
- 'debug_toolbar.panels.template.TemplatesPanel',
+ 'debug_toolbar.panels.templates.TemplatesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',