aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels
AgeCommit message (Expand)Author
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-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
2011-04-06Only mark starting a new transaction if new trans_id is setDavid Cramer
2011-04-06unset transaction id if we're not in a transactionDavid Cramer
2011-04-06Mark the correct query as ending the transactionDavid Cramer
2011-04-06Transaction id tracing is not specific to psycopg2David Cramer
2011-04-06Generate fake transaction ids so we can match up transaction end state correctlyDavid Cramer
2011-04-06SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in t...David Cramer
2011-04-06Added basic support for multi-db.Rob Hudson
2011-04-05Add support for engine-per-query as well as pulling out psycopg2's isolation ...David Cramer
2011-03-31Add utilities to inject and monitor functions. Change DB tracking to use new ...David Cramer
2011-03-30Some initial tests and fix for execution modelDavid Cramer
2011-03-30Inject our SQL tracker on BaseDatabaseWrapper.cursor rather than discovering ...David Cramer
2011-03-30Ensure we wrap all cursorsDavid Cramer
2011-03-28Store actual function as __wrapped__ instead of __wraps for Python 3.2 compat...David Cramer
2011-03-28Fail gracefully when theres no queries on a pageDavid Cramer
2011-03-28SQL injection now happens without interfering with the underlying db.queries ...David Cramer
2011-03-24Remove debug printDavid Cramer
2011-03-24Fix for infinite math fail :)David Cramer
2011-03-24Much better coloring scaleDavid Cramer
2011-03-24basic color code grouping of db aliasesDavid Cramer
2011-03-24Only show connections which executed queries. Show number of used connections...David Cramer
2011-03-24Add multi db support and summaries to SQL panelDavid Cramer
2011-03-23Overhaul SQL panel to include better timeline, more compact queries, and bett...David Cramer
2011-03-22Fix issue with __name__ if a class-based view (i.e. a FormWizard) is usedRob Golding
2011-01-09Added support for executemany. Fixes issue #120postal2600
2011-01-09Added support for LogBook. Thanks to Vincent Driessen for the idea andVincent Driessen
2010-12-08Added clean_params method to DatabaseStatTracker to scrub non-unicodeMatthew J Morrison
2010-09-07Fixed template block inheritance bug (issues 77 and 97)Rob Hudson
2010-04-07Revert "Start of splitting off data collection classes and panel classes."Rob Hudson
2010-04-07Revert "Factor headers data out of HeaderDebugPanel."Rob Hudson
2010-04-07Revert "Factor settings data out of SettingsVarsDebugPanel."Rob Hudson
2010-04-07Revert "Factor versions data out of VersionDebugPanel."Rob Hudson
2010-03-03Factor versions data out of VersionDebugPanel.Bryan Chow