aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-01-12Gracefully handle __name__ not being a valid attribute on signals0.9.2David Cramer
2012-01-12Version bump to 0.9.2David Cramer
2012-01-12Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2012-01-12Merge pull request #224 from Apkawa/masterDavid Cramer
2012-01-12Merge pull request #237 from andialbrecht/masterDavid Cramer
2012-01-12Ensure all events use live and fix a mess of lint errorsDavid Cramer
2012-01-12Merge pull request #239 from tgecho/masterDavid Cramer
2012-01-12Update minidified mediaDavid Cramer
2012-01-12Merge branch 'master' of https://github.com/rem/django-debug-toolbar into rem...David Cramer
2012-01-12Merge pull request #249 from GrAndSE/patch-1David Cramer
2012-01-12Merge pull request #250 from GrAndSE/patch-2David Cramer
2012-01-13Fix python 2.5 compatibility (no named tuple and Traceback)Andrey Grygoryev
2012-01-12Fix UnicodeDecodeError on getting template context representations for templa...Andrey Grygoryev
2012-01-04Merge pull request #244 from vstoykov/masterDavid Cramer
2012-01-04Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') caused...Venelin Stoykov
2012-01-03Bump to version 0.9.1 as I fail at Gitv0.9.1David Cramer
2012-01-03Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2012-01-03Version to 0.9.0v0.9.0David Cramer
2011-12-22JS: Replace a few spaces with tabs in toolbar.jsRemoun Metyas
2011-12-22JS: Use live('click') instead of click() for persistent toggle handlers.Remoun Metyas
2011-12-22Update minified CSS and JS with YUI compressor 2.4.7Remoun Metyas
2011-12-22Force LTR for debug pane.Remoun Metyas
2011-12-08Don't install the example projecttgecho
2011-11-30Merge pull request #238 from lamby/masterDavid Cramer
2011-11-30Don't blow up if INSTALLED_APPS is a tupleChris Lamb
2011-11-30Convert settings.INSTALLED_APPS to list before concatenating django.Andi Albrecht
2011-11-23Merge pull request #232 from andialbrecht/masterDavid Cramer
2011-11-15Only call _elapsed_ru() in TimerPanel when resource module is available.Andi Albrecht
2011-10-28Add simple escaping params in sql; pep8 for utils.trackings.dbApkawa
2011-10-26Merge pull request #223 from Apkawa/masterDavid Cramer
2011-10-27fixed AttributeError on 404 page exception in ProfilerPanel.process_responseApkawa
2011-10-26Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolba...Apkawa
2011-10-12Ensure we are actually using the new get_stack code instead of inspect.stackDavid Cramer
2011-10-12Custom implementation of inspect.stack() which safely handles errors with fin...David Cramer
2011-10-09Merge pull request #222 from pzinovkin/masterDavid Cramer
2011-10-09Fix for error 'Settings' object has no attribute 'DATABASE_ENGINE'pzinovkin
2011-10-07Merge pull request #219 from colinhowe/masterDavid Cramer
2011-10-07Make stacktraces configurableColin Howe
2011-09-27Merge pull request #213 from thinred/masterDavid Cramer
2011-09-27Refactored template filtering: discard DjDT templates asap.Tomasz Buchert
2011-09-26A little clean-up of last commit.Rob Hudson
2011-09-26Merge pull request #164 from gwrtheyrn/masterRob Hudson
2011-09-26Dont use ternary operatorDavid Cramer
2011-09-26Merge branch 'issue-duplicated-queries' of https://github.com/thinred/django-...David Cramer
2011-09-26Better substitutions for template context variables triggering SQL queriesMikhail Korobov
2011-09-26Issue 187: queries are captured and not executed when template panel is rende...Tomasz Buchert
2011-09-25Changed datetime.today to datetime.nowDanilo Bargen
2011-09-16Merge pull request #206 from lincolnloop/stats_decoupleDavid Cramer
2011-09-15The toolbar can't be assigned at init - so grab it each time the method is ca...bkonkle
2011-09-15Remove any remaining uses of self.__class__ with superbkonkle