diff options
| author | Rob Hudson | 2008-09-12 10:49:45 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2008-09-12 10:50:21 -0700 | 
| commit | 4056bf7fa4049190f103602d071be99a53846952 (patch) | |
| tree | 1b6db2c2f8b79adf1a4b275cd7583b1e0319d3a9 /README.rst | |
| parent | 414368b6ec0ed856752dce752afad140a03c97f6 (diff) | |
| download | django-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.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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', | 
