aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2011-05-26Correctly handle modules as request.urlconf -- Thanks to Germán M. Bravo (fi...David Cramer
2011-05-26Update tests to match new behaviorDavid Cramer
2011-05-26Merge pull request #165 from eventbrite/request-urlconfDavid Cramer
2011-05-26Add failing test for #165 and #166David Cramer
2011-05-26Add tests for show_toolbar on TEST, DEBUG, and INTERNAL_IP. Add test to ensur...David Cramer
2011-05-26only load the toolbar if DEBUG, TEST, or INTERNAL_IPS matchDavid Cramer
2011-05-26toolbar should be disabled when settings.TEST is TrueGu Ye
2011-05-25We actually don't need to copy the debug toolbar urlconf.Nathan Yergler
2011-05-25Cache merged URL configurations by their original name.Nathan Yergler
2011-05-23handle cases when text is a NoneTypeDavid Cramer
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-26Integrating line_profilerDave McLain
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