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