From 9068120d7e0f5c0635878a4262edc6daee49e4a4 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Thu, 2 Apr 2009 09:26:38 -0700 Subject: Remove cache panel mentions in README until working. --- README.rst | 2 -- 1 file changed, 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', ) -- cgit v1.2.3