aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2011-05-19Display execution time after queryDanilo Bargen
2011-05-16Correct ordering of stacktraceDavid Cramer
2011-05-16Correct display of text in stacktracesDavid Cramer
2011-05-16alias should be derived from cursor's db, not the cursor itselfDavid Cramer
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-10Support multiple databases in profile, select, and explain calls (fixes #155)David Cramer
2011-05-10Hide CursorWrapper in query tracebacksDavid Cramer
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-05-10Bump version and use get-distribution to avoid unnescesary importsDavid Cramer
2011-05-10Catch non-200 requests (fixes #147)David Cramer
2011-05-09Dont error out if Content-Type is missing (fixes #153)David Cramer
2011-05-09Merge branch 'master' of git://github.com/django-debug-toolbar/django-debug-t...David Cramer
2011-04-25Bumped version and updated NEWSRob Hudson
2011-04-25Ensure if we're overriding the urlconf that we're resetting handler404/500David Cramer
2011-04-22Basic support for toggling everywhere correctlyDavid Cramer
2011-04-22Initial refactor of toggline so that profiling matches sqlDavid Cramer
2011-04-22Clean up some oddly formatted CSSDavid 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-20Updated middleware logic to avoid work if content-type isn't right.Rob Hudson
2011-04-20Change .load() calls to GET to avoid CSRF protection.Rob Hudson
2011-04-20Revert "Made views for AJAX sub-panels CSRF exempt."Rob Hudson
2011-04-18Ensure if we're overriding the urlconf that we're resetting handler404/500David Cramer
2011-04-16Ensure tests are compatible with unittest (Django <1.3)David Cramer
2011-04-16Ensure tests are compatible with unittest (Django <1.3)David Cramer
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-06Correctly reference num_queriesDavid Cramer
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 protection against toolbar injections on gzipped responses.Rob Hudson
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