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
/
templates
Age
Commit message (
Collapse
)
Author
2008-09-09
Making it so that the SQL panel display SQL a little more formatted and nice.
Rob Hudson
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
content exists and displaying it in the templates.
2008-09-09
added ms label to total time on cache panel
Rob Hudson
(cherry picked from commit 82881e55881e7187308a79e99dc9e0709bbb4f89)
2008-09-09
Merging in some changes from David Cramer for the HTTP vars panel but renaming
Rob Hudson
it to request vars since we've added session and cookie data (sessions have nothing to do with HTTP technically).
2008-09-08
I forgot to really *add* the cache stats panel by David Cramer.
Rob Hudson
2008-09-08
Rewrite of toolbar HTML, CSS, and JS. Written by David Cramer with some
Rob Hudson
tweaks. This also removes the jQuery dependency.
2008-09-08
HTTP POST/GET panel contributed by David Cramer
Rob Hudson
2008-09-07
changed js to hide currently showing debug panel
Matt George
2008-09-07
no need to output div if there is no content
Rob Hudson
2008-09-06
Updating rendering to use Django templates and could possibly be overridden.
Rob Hudson
[prev]