diff options
| author | Rob Hudson | 2009-04-02 09:26:38 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-04-02 09:26:38 -0700 | 
| commit | 9068120d7e0f5c0635878a4262edc6daee49e4a4 (patch) | |
| tree | a986d1df4527c11ad6a40ad17a0993c17c714d66 /README.rst | |
| parent | 644ae5068c58fb208d0d96cbe40f80723c2a70e1 (diff) | |
| download | django-debug-toolbar-9068120d7e0f5c0635878a4262edc6daee49e4a4.tar.bz2 | |
Remove cache panel mentions in README until working.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -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',  	) | 
