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
/
logger.py
Age
Commit message (
Expand
)
Author
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-10
Disable instrumentation for disabled panels.
Aymeric Augustin
2013-11-09
Remove unused method in panel API.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-18
#151 -- Logging panel fails on invalid string representations
Bouke Haarsma
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2012-03-05
Fixed the number of logging records and use i18n for it.
Jannis Leidel
2012-01-12
pep8
David Cramer
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Updated the logger panel
bkonkle
2011-04-08
Stripped out logging of SQL queries from logging panel.
Rob Hudson
2011-01-09
Added support for LogBook. Thanks to Vincent Driessen for the idea and
Vincent Driessen
2010-01-14
Template panel context cleanup.
Chris Adams
2009-11-18
Marked more strings for translation and updated 'fr' locale.
David Jean Louis
2009-08-25
added spanish translation of the panels nav title
Percy Perez-Pinedo
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2009-08-11
Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...
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