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
/
toolbar
Age
Commit message (
Expand
)
Author
2010-06-02
Instantiate only one toolbar object on load.
toolbar-refactor
Rob Hudson
2010-02-16
Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...
Jannis Leidel
2010-01-14
Template panel context cleanup.
Chris Adams
2009-05-27
Adding a signals panel to display list of signals and their providing arguments
Alex Gaynor
2009-04-02
Disable cache panel in default list of panels to load since it's slightly bro...
Rob Hudson
2009-01-15
Load SQLDebugPanel before TemplateDebugPanel to get the right number of queri...
Reto Aebersold
2008-10-02
Merging in new settings panel from 'binarydud/master'. Thanks!
Rob Hudson
2008-09-30
Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, other
Rob Hudson
2008-09-27
Merging in the Logging panel from Alex Gaynor. Thanks Alex!
Rob Hudson
2008-09-27
added logger panel
Alex Gaynor
2008-09-27
fixed merge conflicts
Alex Gaynor
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-20
jquery now optional
Alex Gaynor
2008-09-16
Minor stylistic changes.
Rob Hudson
2008-09-16
Fixed bug where django application was assumed to installed at / url.
nbstrite
2008-09-12
Moving default list of panels into the loader to skip an install step. Panel
Rob Hudson
2008-09-08
raise errors with panels subclass loading to help in debugging
Rob Hudson
2008-09-07
updating to pass around the request object
Rob Hudson
2008-09-06
Updating rendering to use Django templates and could possibly be overridden.
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson