aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/management/commands/debugsqlshell.py
AgeCommit message (Expand)Author
2014-01-08Allow the tests to run on Django 1.7.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-22Fix #420 -- Regression in 729d75d.Aymeric Augustin
2013-10-17Simplify timing implementation.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-17Replace print statement by print function.Aymeric Augustin
2013-10-17Switch to an external version of sqlparse.Aymeric Augustin
2013-10-17Remove unused imports.Aymeric Augustin
2011-09-26A little clean-up of last commit.Rob Hudson
2011-09-26Merge pull request #164 from gwrtheyrn/masterRob Hudson
2011-09-25Changed datetime.today to datetime.nowDanilo Bargen
2011-08-08Fixes issue #92 -- ipython API changed so debugsqlshell stopped working.Seth Mason
2011-05-19Display execution time after queryDanilo Bargen
2009-09-22Added sqlparse, replacing my simple string replace SQL keywords and updatingRob Hudson
2009-08-07Cleaned up trailing spaces.Rob Hudson
2009-06-11Adding a management command that will display the SQL generated by Django asRob Hudson