aboutsummaryrefslogtreecommitdiffstats
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-17Add Python 3 to tox configurations.Aymeric Augustin
2013-10-17Bump requirements to Django >= 1.4 & Python >= 2.6Aymeric Augustin
2013-10-17Avoid a crash in _quote_params for some default values.Aymeric Augustin
2013-10-17Remove NEWS file that wasn't kept up to date.Aymeric Augustin
2013-10-16Ignore tox directory.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-10-15Fix a few issues in the updated example project.Aymeric Augustin
2013-10-15Recommend installing with pip.Aymeric Augustin
2013-10-14Add myself to AUTHORS.Aymeric Augustin
2013-10-14Merge pull request #408 from aaugustin/modernize-example-projectAymeric Augustin
2013-10-14Ignore database for example project.Aymeric Augustin
2013-10-14Add a README for the example project.Aymeric Augustin
2013-10-14Add a link to the admin.Aymeric Augustin
2013-10-14Update the example app with a modern project template.Aymeric Augustin
2013-10-14Remove unecessary template.Aymeric Augustin
2013-10-14Update versions of JavaScript libraries.Aymeric Augustin
2013-10-14Merge pull request #409 from aaugustin/add-tox-fileAymeric Augustin
2013-10-14Add tox.ini.Aymeric Augustin
2013-10-14Fix a failing test on Django 1.5.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-29copy paste failDavid Cramer
2013-04-29Clean up README and add dev linkDavid Cramer
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-29Merge pull request #378 from django-debug-toolbar/compressor-binDavid Cramer
2013-04-29Use globally installed yuicompressor binary instead of arbitrary pathDavid Cramer
2013-04-29Remove text shadow from elementsDavid Cramer
2013-04-25Merge pull request #376 from midiotthimble/sql-panel-refactorJannis Leidel