aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRob Hudson2009-04-02 09:26:38 -0700
committerRob Hudson2009-04-02 09:26:38 -0700
commit9068120d7e0f5c0635878a4262edc6daee49e4a4 (patch)
treea986d1df4527c11ad6a40ad17a0993c17c714d66 /README.rst
parent644ae5068c58fb208d0d96cbe40f80723c2a70e1 (diff)
downloaddjango-debug-toolbar-9068120d7e0f5c0635878a4262edc6daee49e4a4.tar.bz2
Remove cache panel mentions in README until working.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 068fea2..1e56894 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,6 @@ Currently, the following panels have been written and are working:
- GET/POST/cookie/session variable display
- Templates and context used, and their template paths
- SQL queries including time to execute and links to EXPLAIN each query
-- Cache stats
- Logging output via Python's built-in logging module
If you have ideas for other panels please let us know.
@@ -73,7 +72,6 @@ The debug toolbar has two settings that can be set in `settings.py`:
'debug_toolbar.panels.request_vars.RequestVarsDebugPanel',
'debug_toolbar.panels.template.TemplateDebugPanel',
'debug_toolbar.panels.sql.SQLDebugPanel',
- 'debug_toolbar.panels.cache.CacheDebugPanel',
'debug_toolbar.panels.logger.LoggingPanel',
)