aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels
AgeCommit message (Expand)Author
2013-11-29Move support for line_profiler to a 3rd party panel.Aymeric Augustin
2013-11-25Support non-str keys in request.META.Aymeric Augustin
2013-11-24Degrade docs because I can't put a flake8 ignore :'(Aymeric Augustin
2013-11-24Update all panels to follow the public API.Aymeric Augustin
2013-11-24Clean up and document the Panel API.Aymeric Augustin
2013-11-24Remove unused import.tAymeric Augustin
2013-11-24Removed unneeded Panel.slug attribute.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-22connection_created is available since Django 1.1.Aymeric Augustin
2013-11-22Add tests for redirects panel.Aymeric Augustin
2013-11-22Fix regression introduced in 87a7375.Aymeric Augustin
2013-11-16Fix instrumentation of multiple database connections.Aymeric Augustin
2013-11-16Panel.enabled is a property since 71a2c123.Aymeric Augustin
2013-11-16Flat is better than nested.Aymeric Augustin
2013-11-16Avoid providing the same information through multiple paths.Aymeric Augustin
2013-11-16Clean up DebugToolbar class, especially panels handling.Aymeric Augustin
2013-11-15Continue moving panel-specific code within panels.Aymeric Augustin
2013-11-15Remove stacktrace scrubbing superseded by HIDDEN_STACKTRACE_MODULES.Aymeric Augustin
2013-11-15Move panel-specific views in panel modules.Aymeric Augustin
2013-11-15Implement redirects interception as a panel.Aymeric Augustin
2013-11-15Make panels behave more like Django middleware.Aymeric Augustin
2013-11-12Make it possible for panels to provide URLs and views.Aymeric Augustin
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
2013-11-10Be resilient if not all middleware run.Aymeric Augustin
2013-11-10Made enable/disable_instrumentation idempotent.Aymeric Augustin
2013-11-10template.name may be something other than a string.Aymeric Augustin
2013-11-10Disable instrumentation for disabled panels.Aymeric Augustin
2013-11-10Remove Panel.disabled, always use Panel.enabled.Aymeric Augustin
2013-11-10Pass through attributes lookups in CacheStatTracker.Aymeric Augustin
2013-11-10Avoid monkey-patching when it isn't necessary.Aymeric Augustin
2013-11-10Fix PEP 8 violations.Aymeric Augustin
2013-11-10Load the content of panels dynamically.Aymeric Augustin
2013-11-10Avoid some implicit global lookups.Aymeric Augustin
2013-11-09Remove unused method in panel API.Aymeric Augustin
2013-11-01Fix support for non-ASCII keys in sessions.Aymeric Augustin
2013-11-01Sort items in request vars panel.Aymeric Augustin
2013-11-01Add response headers to the Headers panel.Aymeric Augustin
2013-11-01Show all HTTP headers in the headers panel.Aymeric Augustin
2013-10-27Centralize access to config and default values.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-26Strengthen error handling in templates panel.Aymeric Augustin
2013-10-18Fix crash with objects having a non-ASCII repr in context.Aymeric Augustin
2013-10-18#151 -- Logging panel fails on invalid string representationsBouke Haarsma
2013-10-17Implement method replacement for Python 3.Aymeric Augustin
2013-10-17Update introspection code.Aymeric Augustin
2013-10-17Stopped using dict.iter*.Aymeric Augustin
2013-10-17Update imports for renamed modules.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-17Avoid naked except clauses.Aymeric Augustin
2013-10-17Remove compatibility code for unsupported version of Django.Aymeric Augustin