diff options
| author | Rob Hudson | 2008-09-08 10:45:53 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2008-09-08 10:45:53 -0700 | 
| commit | 9ad09dc7aab671b67344d443e2baf4300ac68073 (patch) | |
| tree | 03fb2a1080a6b7a160d9281f4d48d927f5ba050e /README.rst | |
| parent | 545c387e111ac868942d48c616b45a6e099e241e (diff) | |
| download | django-debug-toolbar-9ad09dc7aab671b67344d443e2baf4300ac68073.tar.bz2 | |
Updating README to include new GET/POST vars panel.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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. | 
