aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-27Merge pull request #333 from calvinchengx/masterJannis Leidel
Use threading instead of thread. Resolve _DummyThread bug.
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
2013-02-20Basic make test commandDavid Cramer
2013-02-20Improve how we decode stringsDavid Cramer
2013-02-20Improvements for decoding params for recordingDavid Cramer
2013-02-12Updated example to use class-based generic viewsAlex Meng
Django dropped the function-based generic views in favor of class-based generic views.  The transition is outlined here: https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/
2013-01-09Merge pull request #349 from charettes/django-1.5-compatRob Hudson
Avoid importing `django.conf.urls.defaults` on django 1.4+
2013-01-09Merge pull request #350 from charettes/simplejsonRob Hudson
Use the built-in json module on python >= 2.6.
2012-12-30Use the built-in json module on python >= 2.6.Simon Charette
`django.utils.simplejson` is pending deprecation as of django 1.5 and will be removed in 1.7.
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 #335 from fossilet/masterJannis Leidel
Fix doc for show_toolbar
2012-11-26Merge pull request #336 from craigds/masterJannis Leidel
fix hashcompat deprecation warnings with django 1.5
2012-11-26Merge pull request #291 from valsteen/masterJannis Leidel
prevent crash due to SQLDebugPanel when transaction is in error state
2012-11-21fix hashcompat deprecation warnings with django 1.5Craig de Stigter
2012-11-12Fix doc for show_toolbar.Yongzhi Pan