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
/
panels
Age
Commit message (
Expand
)
Author
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
2008-09-09
Merging in some changes from David Cramer for the HTTP vars panel but renaming
Rob Hudson
2008-09-08
I forgot to really *add* the cache stats panel by David Cramer.
Rob Hudson
2008-09-08
Added a database stats tracking class to pass through params. This is setup
Rob Hudson
2008-09-08
HTTP POST/GET panel contributed by David Cramer
Rob Hudson
2008-09-08
convert panels with content to use file based templates for overriding ability
Rob Hudson
2008-09-07
Adding a new panel to display HTTP headers
Rob Hudson
2008-09-07
updating to pass around the request object
Rob Hudson
2008-09-07
adding a comment to note that panel subclasses should declare a name
Rob Hudson
2008-09-07
adding a name attribute to base panel since we are likely to put more stuff i...
Rob Hudson
2008-09-07
converting sql panel to use template
Rob Hudson
2008-09-06
Updating panels to include more info without action required
Rob Hudson
2008-09-06
The last commit missed an added method to the Panel base class
Rob Hudson
2008-08-28
decided to change timer to display in milliseconds
Rob Hudson
2008-08-28
adding a timing panel
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson