From 9ad09dc7aab671b67344d443e2baf4300ac68073 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Mon, 8 Sep 2008 10:45:53 -0700 Subject: Updating README to include new GET/POST vars panel. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e56955f..ce8a762 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,7 @@ Currently, the following panels have been written and are working: - SQL queries including time to execute - Request timer - Common HTTP headers +- GET/POST variable display If you have ideas for other panels please let us know. @@ -43,6 +44,7 @@ Installation 'debug_toolbar.panels.sql.SQLDebugPanel', 'debug_toolbar.panels.timer.TimerDebugPanel', 'debug_toolbar.panels.headers.HeaderDebugPanel', + 'debug_toolbar.panels.http_vars.HttpVarsDebugPanel', ) You can change the ordering of this tuple to customize the order of the @@ -58,9 +60,7 @@ Installation TODO ==== -- Add more panels - Panel idea: Show some commonly used settings from settings.py -- Panel idea: Show GET and POST variables - Panel idea: AJAX call to show cprofile data similar to the ?prof idea - CSS Stylings - Remove dependency on jQuery and come up with a general workable solution. -- cgit v1.2.3