aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils/sql.py
AgeCommit message (Collapse)Author
2013-11-15Continue moving panel-specific code within panels.Aymeric Augustin
Structure the SQL and template panels as packages as they're growing.
2013-10-26Don't shorten SQL selections shorter than 10 chars.Aymeric Augustin
Fix #332.
2013-10-18Ensure the toolbar only outputs valid XML.Aymeric Augustin
This allows using it in websites served with the application/xml+xhtml mime type. Fix #221.
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-17Switch to an external version of sqlparse.Aymeric Augustin
2013-04-24Got rid of the circular importsVladislav Poluhin