aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2013-10-15Catch exceptions liberally when looking for sources.Aymeric Augustin
2013-06-20Merge pull request #319 from mindsocket/masterRob Hudson
2013-05-27Merge pull request #333 from calvinchengx/masterJannis Leidel
2013-05-20Changed load timing trick to 0 instead of 1000msRoger Barnes
2013-05-01Updated browser timing javascript to use jQuery, tidied up wording and format...Roger Barnes
2013-05-01Moved js to toolbar.jsRoger Barnes
2013-05-01Waterfall timeline or browser eventsRoger Barnes
2013-05-01Add javascript timing metrics to timing panel onLoad if availableRoger Barnes
2013-04-29Fix default button stylesDavid Cramer
2013-04-29Handle db aliases which are not defined in connectionsDavid Cramer
2013-04-29Remove list style on statsDavid Cramer
2013-04-29Various cleanup for some CSS overridesDavid Cramer
2013-04-29Remove text shadow from elementsDavid Cramer
2013-04-25Fixes UnicodeEncodeError sometimesVladislav Poluhin
2013-04-24Fix tests for Django 1.3Vladislav Poluhin
2013-04-24Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug...Vladislav Poluhin
2013-04-24Got rid of the circular importsVladislav Poluhin
2013-04-23Render form insted hidden_fieldsVladislav Poluhin
2013-04-23Form for SQL validationVladislav Poluhin
2013-04-23Replace spaces to tabsVladislav Poluhin
2013-04-23Query duration column centeredVladislav Poluhin
2013-03-06Merge pull request #289 from fusionbox/masterRob Hudson
2013-03-02Merge pull request #326 from maizy/fix-raw-query-set-in-tplJannis Leidel
2013-03-02Merge pull request #328 from anton-ryzhov/valid-cssJannis Leidel
2013-03-02Merge pull request #342 from davidwtbuxton/masterJannis Leidel
2013-03-02Merge branch 'issue_230' of git://github.com/akaariai/django-debug-toolbar in...Jannis Leidel
2013-02-25Merge pull request #323 from mattrobenolt/explain-analyzeDavid Cramer
2013-02-20Improve how we decode stringsDavid Cramer
2013-02-20Improvements for decoding params for recordingDavid Cramer
2013-01-09Merge pull request #349 from charettes/django-1.5-compatRob Hudson
2012-12-30Use the built-in json module on python >= 2.6.Simon Charette
2012-12-30Avoid importing `django.conf.urls.defaults` on django 1.4+Simon Charette
2012-12-28Comment backVladislav Poluhin
2012-12-27Use POST instead GET, cuz GET is limitedVladislav Poluhin
2012-12-27Use prefix for patternsVladislav Poluhin
2012-12-11Python 2.5 compatibility #261David Buxton
2012-11-26Merge pull request #336 from craigds/masterJannis Leidel
2012-11-26Merge pull request #291 from valsteen/masterJannis Leidel
2012-11-21fix hashcompat deprecation warnings with django 1.5Craig de Stigter
2012-11-03Uncommented out the dummy thread fix by mistake. Adding back in.Calvin Cheng
2012-11-03Fix unit test breakage. middleware functions are expecting threading.currentT...Calvin Cheng
2012-11-03Use python threading module instead of the python3 deprecated thread module. ...Calvin Cheng
2012-10-06Fixed CSS according to standartsAnton Ryzhov
2012-09-22Fix displaying instance of RawQuerySet in templates toolbarNikita Kovaliov
2012-09-16Add EXPLAIN ANALYZE for PostgresMatt Robenolt
2012-09-16Fix static assetsMatt Robenolt
2012-09-03Fixed issue #230 -- prevent crash when transaction is in error stateVincent Alsteen
2012-08-27Made usable connections with alias not in db.connectionsAnssi Kääriäinen
2012-08-27Fixed issue #230 -- Avoid queries in aborted transactionsAnssi Kääriäinen
2012-08-27Ran minification.Jannis Leidel