aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/sql/forms.py
AgeCommit message (Collapse)Author
2014-02-18Update forms.pyAlexey Homza
Fix UnicodeDecodeError exception when sql params has unicode characters
2014-01-26Fix stupid bug in previous commit.Aymeric Augustin
2014-01-26Remove line endings to avoid issues with browser normalization.Aymeric Augustin
Fix #533.
2013-11-24Rename all panels consistently.Aymeric Augustin
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
2013-11-15Continue moving panel-specific code within panels.Aymeric Augustin
Structure the SQL and template panels as packages as they're growing.