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
/
profiling.py
Age
Commit message (
Expand
)
Author
2013-12-01
Review translated strings.
Aymeric Augustin
2013-11-29
Move support for line_profiler to a 3rd party panel.
Aymeric Augustin
2013-11-24
Update all panels to follow the public API.
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-22
Fix regression introduced in 87a7375.
Aymeric Augustin
2013-11-15
Remove stacktrace scrubbing superseded by HIDDEN_STACKTRACE_MODULES.
Aymeric Augustin
2013-11-09
Remove unused method in panel API.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
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
2012-01-12
pep8
David Cramer
2011-10-27
fixed AttributeError on 404 page exception in ProfilerPanel.process_response
Apkawa
2011-10-26
Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolba...
Apkawa
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Tweaks to the timer panel, and a correction to the profiling panel
bkonkle
2011-09-12
Tweaked the profiling panel
bkonkle
2011-09-11
pep 8 compliance
Yann Malet
2011-09-11
Fix the profiling panel when the line_profiler module is not available.
Yann Malet
2011-09-10
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-08-13
Fixed opened issue #193 (exception on windows when working with file path):
Olexiy Strashko
2011-07-12
Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too...
David Cramer
2011-05-10
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...
David Cramer
2011-04-26
Integrating line_profiler
Dave McLain
2011-04-22
Basic support for toggling everywhere correctly
David Cramer
2011-04-22
Initial refactor of toggline so that profiling matches sql
David Cramer
2011-04-22
Remove print statement
David Cramer
2011-04-22
Kill off requirement of PROJECT_ROOT and clean up lint violations in profilin...
David Cramer
2011-04-22
first pass at a profiler panel
Dave McLain
2011-04-21
Creating a profiling panel from the version panel for basic stuff
Dave McLain