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
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-12
Cleaned up whitespace in the SQL and cache panels
bkonkle
2011-09-12
Tweaked the sql panel
bkonkle
2011-09-12
Update the cache panel to use the toolbar object
bkonkle
2011-09-11
Modify the Version panel
Yann Malet
2011-09-11
linting- Remove unused import
Yann Malet
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
Also add the BSD specific value and comment them out
Yann Malet
2011-09-10
Apply the same changes to the timer panel
Yann Malet
2011-09-10
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-09-10
Populate the stats['headers'] on the request.debug_toolbar
Yann Malet
2011-09-09
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-09-09
If a stacktrace frame is not in the expected format, skip over it
bkonkle
2011-08-13
Fixed opened issue #193 (exception on windows when working with file path):
Olexiy Strashko
2011-07-14
Merge branch 'master' of https://github.com/dokterbob/django-debug-toolbar in...
David Cramer
2011-07-14
Dont modify the original context dictionary (fixes #184)
David Cramer
2011-07-12
Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too...
David Cramer
2011-07-12
Merge pull request #175 from thinred/master
David Cramer
2011-07-12
Dont access __copy__ when it doesnt work. Preprocess context list so the dict...
David Cramer
2011-06-23
Django 1.3 seems to alter templates' rendering contexts after the fact, so ju...
Nikolai Prokoschenko
2011-06-16
Fixing UnicodeEncodeError in sql panel
Miguel Araujo Perez
2011-06-14
Moved view function name extraction into debug_toolbar.utils.get_name_from_obj
David Cramer
2011-06-14
Panel content handles when a class doesn't have a name, default to <unknown>
cmdkeen
2011-06-10
Merge pull request #174 from maraujop/master
David Cramer
2011-06-10
Issue #163: SQL expand does show query fields now. So does clicking on bullets.
Tomasz Buchert
2011-06-10
Checking if the origin attribute exists on the Template object instead
Miguel Araujo Perez
2011-06-09
Fixes TemplateDebugPanel iterating over an unknown template without origin or...
Miguel Araujo Perez
2011-06-09
Timeline width in SQL panel properly scaled.
Tomasz Buchert
2011-06-02
Fixes RequestVarsDebugPanel' object has no attribute 'view_func' bug.
Tomasz Buchert
2011-05-16
Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar
David Cramer
2011-05-16
Remove trailing quotation in SQL stacktrace display
David Cramer
2011-05-13
Python version in 'versions' panel
Tomasz Buchert
2011-05-10
Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar
David Cramer
2011-05-10
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...
David Cramer
2011-05-10
Merge pull request #146 from robgolding63/master
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
Merge branch 'profiling' of git://github.com/dmclain/django-debug-toolbar int...
David Cramer
2011-04-22
Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar int...
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
2011-04-13
Ensure we are verifying that template.name is present before running a string...
David Cramer
2011-04-13
Fix a bug with marking the last query in a transaction as the end of chain
David Cramer
2011-04-08
Stripped out logging of SQL queries from logging panel.
Rob Hudson
2011-04-08
Updated sql panel to include logging support.
Rob Hudson
[next]