aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels
AgeCommit message (Expand)Author
2013-12-31Use ugettext_lazy for import-time translations.Aymeric Augustin
2013-12-23Fix staticfiles panel to work with prefixed STATICFILES_DIRS.Jannis Leidel
2013-12-15Properly disable instrumentation for the template panel.Aymeric Augustin
2013-12-09Storing the original on module level.Jannis Leidel
2013-12-09Use enable_instrumentation/disable_instrumentation instead of module level mo...Jannis Leidel
2013-12-09Some imports.Jannis Leidel
2013-12-09Use collections.OrderedDict if available.Jannis Leidel
2013-12-09Another pass over the staticfiles panel.Jannis Leidel
2013-12-08Actual show the number of used static files in panel title.Jannis Leidel
2013-12-08Added staticfiles panel class.Jannis Leidel
2013-12-01Review translated strings.Aymeric Augustin
2013-11-30Extract output of context processors instead of recreating it.Aymeric Augustin
2013-11-29Also record SQL from callproc.Aymeric Augustin
2013-11-29Record SQL from executemany.Aymeric Augustin
2013-11-29Stop sharing unsafely a context dict across threads.Aymeric Augustin
2013-11-29Remove support for logbook.Aymeric Augustin
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