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