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
/
static
Age
Commit message (
Expand
)
Author
2013-10-16
Remove active class when closing panel by pressing escape key
Alasdair Nicol
2013-05-20
Changed load timing trick to 0 instead of 1000ms
Roger Barnes
2013-05-01
Updated browser timing javascript to use jQuery, tidied up wording and format...
Roger Barnes
2013-05-01
Moved js to toolbar.js
Roger Barnes
2013-04-29
Fix default button styles
David Cramer
2013-04-29
Remove list style on stats
David Cramer
2013-04-29
Various cleanup for some CSS overrides
David Cramer
2013-04-29
Remove text shadow from elements
David Cramer
2013-04-24
Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug...
Vladislav Poluhin
2013-04-23
Replace spaces to tabs
Vladislav Poluhin
2013-04-23
Query duration column centered
Vladislav Poluhin
2012-12-27
Use POST instead GET, cuz GET is limited
Vladislav Poluhin
2012-10-06
Fixed CSS according to standarts
Anton Ryzhov
2012-08-27
Ran minification.
Jannis Leidel
2012-08-27
Merge branch 'background-image-404' of https://github.com/anton-ryzhov/django...
Jannis Leidel
2012-08-20
use links to static files rather than direct inclusion, Fixes #307
Thomas Grainger