aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2013-10-17Allow repeated iteration on DebugToolbar.panels.Aymeric Augustin
2013-10-17Stopped using dict.iter*.Aymeric Augustin
2013-10-17Update imports for renamed modules.Aymeric Augustin
2013-10-17Replace basestring by six.string_types.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-17Replace print statement by print function.Aymeric Augustin
2013-10-17Avoid naked except clauses.Aymeric Augustin
2013-10-17Modernize exception catching syntax.Aymeric Augustin
2013-10-17Switch to an external version of sqlparse.Aymeric Augustin
2013-10-17Remove compatibility code for unsupported version of Django.Aymeric Augustin
2013-10-17Remove unused imports.Aymeric Augustin
2013-10-17Avoid a crash in _quote_params for some default values.Aymeric Augustin
2013-10-16Remove active class when closing panel by pressing escape keyAlasdair Nicol
2013-10-15Disable insertion in streaming responses.Aymeric Augustin
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