aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRob Hudson2008-09-08 10:45:53 -0700
committerRob Hudson2008-09-08 10:45:53 -0700
commit9ad09dc7aab671b67344d443e2baf4300ac68073 (patch)
tree03fb2a1080a6b7a160d9281f4d48d927f5ba050e /README.rst
parent545c387e111ac868942d48c616b45a6e099e241e (diff)
downloaddjango-debug-toolbar-9ad09dc7aab671b67344d443e2baf4300ac68073.tar.bz2
Updating README to include new GET/POST vars panel.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files 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.