aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels
AgeCommit message (Expand)Author
2011-09-12Tweaks to the timer panel, and a correction to the profiling panelbkonkle
2011-09-12Tweaked the profiling panelbkonkle
2011-09-12Cleaned up whitespace in the SQL and cache panelsbkonkle
2011-09-12Tweaked the sql panelbkonkle
2011-09-12Update the cache panel to use the toolbar objectbkonkle
2011-09-11Modify the Version panelYann Malet
2011-09-11linting- Remove unused importYann Malet
2011-09-11pep 8 complianceYann Malet
2011-09-11Fix the profiling panel when the line_profiler module is not available.Yann Malet
2011-09-10Also add the BSD specific value and comment them outYann Malet
2011-09-10Apply the same changes to the timer panelYann Malet
2011-09-10Revert some of the previous changes and modify slightly the panels to separat...Yann Malet
2011-09-10Populate the stats['headers'] on the request.debug_toolbarYann Malet
2011-09-09Revert some of the previous changes and modify slightly the panels to separat...Yann Malet
2011-09-09If a stacktrace frame is not in the expected format, skip over itbkonkle
2011-08-13Fixed opened issue #193 (exception on windows when working with file path):Olexiy Strashko
2011-07-14Merge branch 'master' of https://github.com/dokterbob/django-debug-toolbar in...David Cramer
2011-07-14Dont modify the original context dictionary (fixes #184)David Cramer
2011-07-12Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too...David Cramer
2011-07-12Merge pull request #175 from thinred/masterDavid Cramer
2011-07-12Dont access __copy__ when it doesnt work. Preprocess context list so the dict...David Cramer
2011-06-23Django 1.3 seems to alter templates' rendering contexts after the fact, so ju...Nikolai Prokoschenko
2011-06-16Fixing UnicodeEncodeError in sql panelMiguel Araujo Perez
2011-06-14Moved view function name extraction into debug_toolbar.utils.get_name_from_objDavid Cramer
2011-06-14Panel content handles when a class doesn't have a name, default to <unknown>cmdkeen
2011-06-10Merge pull request #174 from maraujop/masterDavid Cramer
2011-06-10Issue #163: SQL expand does show query fields now. So does clicking on bullets.Tomasz Buchert
2011-06-10Checking if the origin attribute exists on the Template object insteadMiguel Araujo Perez
2011-06-09Fixes TemplateDebugPanel iterating over an unknown template without origin or...Miguel Araujo Perez
2011-06-09Timeline width in SQL panel properly scaled.Tomasz Buchert
2011-06-02Fixes RequestVarsDebugPanel' object has no attribute 'view_func' bug.Tomasz Buchert
2011-05-16Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2011-05-16Remove trailing quotation in SQL stacktrace displayDavid Cramer
2011-05-13Python version in 'versions' panelTomasz Buchert
2011-05-10Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2011-05-10Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...David Cramer
2011-05-10Merge pull request #146 from robgolding63/masterDavid Cramer
2011-04-26Integrating line_profilerDave McLain
2011-04-22Basic support for toggling everywhere correctlyDavid Cramer
2011-04-22Initial refactor of toggline so that profiling matches sqlDavid Cramer
2011-04-22Remove print statementDavid Cramer
2011-04-22Kill off requirement of PROJECT_ROOT and clean up lint violations in profilin...David Cramer
2011-04-22Merge branch 'profiling' of git://github.com/dmclain/django-debug-toolbar int...David Cramer
2011-04-22Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar int...David Cramer
2011-04-22first pass at a profiler panelDave McLain
2011-04-21Creating a profiling panel from the version panel for basic stuffDave McLain
2011-04-13Ensure we are verifying that template.name is present before running a string...David Cramer
2011-04-13Fix a bug with marking the last query in a transaction as the end of chainDavid Cramer
2011-04-08Stripped out logging of SQL queries from logging panel.Rob Hudson
2011-04-08Updated sql panel to include logging support.Rob Hudson