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
/
sql.py
Age
Commit message (
Expand
)
Author
2008-09-23
Add catch for non JSON serializable objects and don't show the EXPLAIN link for
Rob Hudson
2008-09-23
Updating pygments styles to better match new toolbar styles.
Rob Hudson
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-21
Show 1 SQL query v.s. 3 SQL queries
Simon Willison
2008-09-20
Updating SQL panel to use Pygments for SQL highlighting if it's available,
Rob Hudson
2008-09-20
Import simplejson from django rather than an external dependency.
Rob Hudson
2008-09-11
Adding JSON params to pass to view and adding link for explain.
Rob Hudson
2008-09-11
Moving reformat sql so we can pull this in elsewhere.
Rob Hudson
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
2008-09-08
Added a database stats tracking class to pass through params. This is setup
Rob Hudson
2008-09-08
convert panels with content to use file based templates for overriding ability
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-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson