aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/signals.py
AgeCommit message (Expand)Author
2014-01-26Account for the signal changes in Django 1.7.Aymeric Augustin
2013-12-01Review translated strings.Aymeric Augustin
2013-11-24Update all panels to follow the public API.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-22connection_created is available since Django 1.1.Aymeric Augustin
2013-11-16Avoid providing the same information through multiple paths.Aymeric Augustin
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
2013-11-09Remove unused method in panel API.Aymeric Augustin
2013-10-27Centralize access to config and default values.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-17Update introspection code.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2012-05-13Minor cosmetic cleanup, switching out __import__ calls with the proper use of...Jannis Leidel
2012-03-05Added i18n to the Signals panel.Jannis Leidel
2012-01-12pep8David Cramer
2012-01-12Improve signals panelDavid Cramer
2012-01-12Gracefully handle __name__ not being a valid attribute on signals0.9.2David Cramer
2012-01-04Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') caused...Venelin Stoykov
2011-09-15Edited all of the panels to use the stats API and not override the content me...bkonkle
2011-09-12Updated the signals panelbkonkle
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-06-16only conditionally include the Django 1.1 signal for backwards compatibilityAlex Gaynor
2009-05-27Adding a signals panel to display list of signals and their providing argumentsAlex Gaynor