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
/
example
/
example.db
Age
Commit message (
Expand
)
Author
2011-10-27
fixed AttributeError on 404 page exception in ProfilerPanel.process_response
Apkawa
2011-10-26
Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolba...
Apkawa
2011-09-10
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-07-12
Dont access __copy__ when it doesnt work. Preprocess context list so the dict...
David Cramer
2011-05-10
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...
David Cramer
2011-04-22
Initial refactor of toggline so that profiling matches sql
David Cramer
2011-04-22
Kill off requirement of PROJECT_ROOT and clean up lint violations in profilin...
David Cramer
2011-04-06
Generate fake transaction ids so we can match up transaction end state correctly
David Cramer
2011-04-05
Add support for engine-per-query as well as pulling out psycopg2's isolation ...
David Cramer
2011-03-30
Ensure we wrap all cursors
David Cramer
2010-02-11
Added example project directory.
Rob Hudson