index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
views.py
Age
Commit message (
Expand
)
Author
2009-09-07
Fixed template source to work nicely with and without Pygments.
Rob Hudson
2009-08-28
Refactored SQL panel to use datetime objects and added a visual display of bo...
Rob Hudson
2009-08-28
Fixed sql profiling so it doesn't return a 500 if the SQL `SET PROFILING=1` r...
Rob Hudson
2009-04-02
Moving media so they are "namespaced" like templates.
Rob Hudson
2009-01-17
Fixing AJAX calls to detailed SQL views.
Reto Aebersold
2008-10-07
Updating SQL views to return HttpResponseBadRequest on tamper detection.
Rob Hudson
2008-10-07
Clicking on a template file now will fetch and show the source of the template.
Rob Hudson
2008-10-06
Adding query profiling for MySQL. Thanks to Simon Willison for the suggestion.
Rob Hudson
2008-10-06
Just like EXPLAIN, adding the output of straight SELECT statements so you can
Rob Hudson
2008-09-24
Adding a SHA-1 hash to the parameters passed to get the EXPLAIN query to avoid
Rob Hudson
2008-09-20
Import simplejson from django rather than an external dependency.
Rob Hudson
2008-09-16
Merge branch 'master' into explain and updating a few bits to work with the new
Rob Hudson
2008-09-15
Added a mechanism for monkeypatching in debug views, and also added
Jacob Kaplan-Moss
2008-09-11
Adding view to explain SQL passed in via query string. Hopefully this is
Rob Hudson