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