aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/forms.py
AgeCommit message (Expand)Author
2013-10-18Fixed #383 -- Feed the proper SQL to cursor.execute (the one with placeholders).Florian Apolloner
2013-10-17Support non-ASCII SECRET_KEY settings.Aymeric Augustin
2013-10-17Switch from str & unicode to bytes & text.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-17Remove compatibility code for unsupported version of Django.Aymeric Augustin
2013-04-25Fixes UnicodeEncodeError sometimesVladislav Poluhin
2013-04-24Fix tests for Django 1.3Vladislav Poluhin
2013-04-24Got rid of the circular importsVladislav Poluhin
2013-04-23Form for SQL validationVladislav Poluhin