aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-14Add myself to AUTHORS.Aymeric Augustin
2013-10-14Merge pull request #408 from aaugustin/modernize-example-projectAymeric Augustin
Modernize example project. Fix #406.
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
Use Google's hosted libraries instead of vendoring. This is just for testing purposes and browser caching will help after the first access.
2013-10-14Merge pull request #409 from aaugustin/add-tox-fileAymeric Augustin
Add tox.ini. Fix #407.
2013-10-14Add tox.ini.Aymeric Augustin
Currently this targets Django 1.4 & 1.5 on Python 2.6 & 2.7 as we'll drop support for Django 1.3 and Python 2.5 in the next release. Python 3.2 & 3.3 isn't supported yet.
2013-10-14Fix a failing test on Django 1.5.Aymeric Augustin
It was failing since I added a default context with a few constants.
2013-06-20Merge pull request #319 from mindsocket/masterRob Hudson
Add javascript timing metrics to timing panel onLoad if available
2013-05-27Merge pull request #333 from calvinchengx/masterJannis Leidel
Use threading instead of thread. Resolve _DummyThread bug.
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 ↵Roger Barnes
formatting, and minified js
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
Adjust YUI compressor binary path
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
Fixes UnicodeEncodeError sometimes
2013-04-25Fixes UnicodeEncodeError sometimesVladislav Poluhin
2013-04-24Merge pull request #347 from midiotthimble/sql-panel-refactorJannis Leidel
Request Line is too large (400) sometimes
2013-04-24Add myself to AUTHORSVladislav Poluhin
2013-04-24Merge branch 'master' of ↵Vladislav Poluhin
https://github.com/django-debug-toolbar/django-debug-toolbar into sql-panel-refactor
2013-04-24Bumped up the tests require settings to allow using Django 1.5.x.Jannis Leidel
2013-04-24Use newer version of Django in travis config.Jannis Leidel
2013-04-24Fix tests for Django 1.3Vladislav Poluhin
2013-04-24Merge branch 'master' of ↵Vladislav Poluhin
https://github.com/django-debug-toolbar/django-debug-toolbar into sql-panel-refactor Conflicts: debug_toolbar/static/debug_toolbar/css/toolbar.min.css debug_toolbar/views.py
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
Do not intercept redirects for ajax requests
2013-03-02Added Django 1.5 and upgrade to 1.4.5 and 1.3.7.Jannis Leidel
2013-03-02Update README to note that it's at least 1.3.Jannis Leidel
2013-03-02Merge pull request #326 from maizy/fix-raw-query-set-in-tplJannis Leidel
Fix displaying instance of RawQuerySet in templates toolbar
2013-03-02Merge pull request #328 from anton-ryzhov/valid-cssJannis Leidel
Fixed CSS according to standards
2013-03-02Merge pull request #355 from AMeng/patch-1Jannis Leidel
Updated example to use class-based generic views
2013-03-02Merge pull request #342 from davidwtbuxton/masterJannis Leidel
Python 2.5 compatibility, fixes #261
2013-03-02Merge branch 'issue_230' of git://github.com/akaariai/django-debug-toolbar ↵Jannis Leidel
into akaariai-issue_230 Conflicts: debug_toolbar/utils/tracking/db.py
2013-02-25Merge pull request #323 from mattrobenolt/explain-analyzeDavid Cramer
Add EXPLAIN ANALYZE for Postgres