aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/management/commands/debugsqlshell.py
AgeCommit message (Collapse)Author
2011-09-26A little clean-up of last commit.Rob Hudson
- Removed unused imports. - Used already existing ms conversion
2011-09-26Merge pull request #164 from gwrtheyrn/masterRob Hudson
Display execution time with query in debugsqlshell. Thanks gwrtheyrn.
2011-09-25Changed datetime.today to datetime.nowDanilo Bargen
2011-08-08Fixes issue #92 -- ipython API changed so debugsqlshell stopped working.Seth Mason
Instead of copying and pasting, just import django.core.management.commands.shell.Command.
2011-05-19Display execution time after queryDanilo Bargen
2009-09-22Added sqlparse, replacing my simple string replace SQL keywords and updatingRob Hudson
management command and SQL panel.
2009-08-07Cleaned up trailing spaces.Rob Hudson
2009-06-11Adding a management command that will display the SQL generated by Django asRob Hudson
you use the interactive Python shell.