aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRob Hudson2008-09-12 10:49:45 -0700
committerRob Hudson2008-09-12 10:50:21 -0700
commit4056bf7fa4049190f103602d071be99a53846952 (patch)
tree1b6db2c2f8b79adf1a4b275cd7583b1e0319d3a9 /README.rst
parent414368b6ec0ed856752dce752afad140a03c97f6 (diff)
downloaddjango-debug-toolbar-4056bf7fa4049190f103602d071be99a53846952.tar.bz2
Updating README to follow a name refactoring that happened a few commits back
with the request_vars panel.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2857fe9..a6f2d56 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,7 @@ Installation
'debug_toolbar.panels.version.VersionDebugPanel',
'debug_toolbar.panels.timer.TimerDebugPanel',
'debug_toolbar.panels.headers.HeaderDebugPanel',
- 'debug_toolbar.panels.http_vars.HttpVarsDebugPanel',
+ 'debug_toolbar.panels.request_vars.RequestVarsDebugPanel',
'debug_toolbar.panels.sql.SQLDebugPanel',
'debug_toolbar.panels.cache.CacheDebugPanel',
'debug_toolbar.panels.template.TemplateDebugPanel',