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
Age
Commit message (
Expand
)
Author
2014-04-19
Fix #565 -- Replace render with render_to_response.
Aymeric Augustin
2014-04-03
Merge pull request #551 from GomZik/master
Aymeric Augustin
2014-04-03
Fix #571 -- Improve database engine detection.
Aymeric Augustin
2014-02-18
Update forms.py
Alexey Homza
2014-02-13
Make NormalCursorWrapper a context manager
Simon Meers
2014-02-11
Color-code SQL: code review changes; fallback to black after 2**24 colors
David Wolfe
2014-02-10
Color-code SQL: minor code style changes
David Wolfe
2014-02-08
Color-code SQL query "Timeline" stripes according to stacktrace
David Wolfe
2014-01-26
Fix stupid bug in previous commit.
Aymeric Augustin
2014-01-26
Remove line endings to avoid issues with browser normalization.
Aymeric Augustin
2013-12-01
Review translated strings.
Aymeric Augustin
2013-11-29
Also record SQL from callproc.
Aymeric Augustin
2013-11-29
Record SQL from executemany.
Aymeric Augustin
2013-11-24
Update all panels to follow the public API.
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-16
Fix instrumentation of multiple database connections.
Aymeric Augustin
2013-11-16
Flat is better than nested.
Aymeric Augustin
2013-11-15
Continue moving panel-specific code within panels.
Aymeric Augustin