aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/sql
AgeCommit message (Expand)Author
2014-04-19Fix #565 -- Replace render with render_to_response.Aymeric Augustin
2014-04-03Merge pull request #551 from GomZik/masterAymeric Augustin
2014-04-03Fix #571 -- Improve database engine detection.Aymeric Augustin
2014-02-18Update forms.pyAlexey Homza
2014-02-13Make NormalCursorWrapper a context managerSimon Meers
2014-02-11Color-code SQL: code review changes; fallback to black after 2**24 colorsDavid Wolfe
2014-02-10Color-code SQL: minor code style changesDavid Wolfe
2014-02-08Color-code SQL query "Timeline" stripes according to stacktraceDavid Wolfe
2014-01-26Fix stupid bug in previous commit.Aymeric Augustin
2014-01-26Remove line endings to avoid issues with browser normalization.Aymeric Augustin
2013-12-01Review translated strings.Aymeric Augustin
2013-11-29Also record SQL from callproc.Aymeric Augustin
2013-11-29Record SQL from executemany.Aymeric Augustin
2013-11-24Update all panels to follow the public API.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-16Fix instrumentation of multiple database connections.Aymeric Augustin
2013-11-16Flat is better than nested.Aymeric Augustin
2013-11-15Continue moving panel-specific code within panels.Aymeric Augustin