aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-11-30Merge pull request #238 from lamby/masterDavid Cramer
2011-11-30Don't blow up if INSTALLED_APPS is a tupleChris Lamb
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-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
2011-09-15Edited all of the panels to use the stats API and not override the content me...bkonkle
2011-09-15Add a default 'content' method, since the method is now identical on every panelbkonkle
2011-09-15Correct some issues with the stats methodsbkonkle
2011-09-15Added convenience methods to make it easier to work with panel statsbkonkle
2011-09-15Revert the middleware back to its original state, because no changes are actu...bkonkle
2011-09-15Don't add to the request object, because get_current can be used to obtain th...bkonkle
2011-09-12Don't add the entire toolbar to the request object, just the statsbkonkle
2011-09-12Added response processing into the tests, since that is now required to gener...bkonkle
2011-09-12Updated the template panel, and corrected an issue in the headers panelbkonkle
2011-09-12Updated the signals panelbkonkle
2011-09-12Updated the settings_vars panelbkonkle
2011-09-12Updated the request_vars panelbkonkle
2011-09-12Updated the logger panelbkonkle
2011-09-12Updated the headers panelbkonkle
2011-09-12Minor whitespace correction for the version panelbkonkle
2011-09-12Tweaks to the version panel, and whitespace corrections for the timer panelbkonkle
2011-09-12Tweaks to the timer panel, and a correction to the profiling panelbkonkle
2011-09-12Tweaked the profiling panelbkonkle
2011-09-12Cleaned up whitespace in the SQL and cache panelsbkonkle
2011-09-12Tweaked the sql panelbkonkle
2011-09-12Update the cache panel to use the toolbar objectbkonkle
2011-09-12Don't add the toolbar to the request object until the end of the process_resp...bkonkle