aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
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-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
2011-09-11Modify the Version panelYann Malet
2011-09-11linting- Remove unused importYann Malet
2011-09-11pep 8 complianceYann Malet
2011-09-11Fix the profiling panel when the line_profiler module is not available.Yann Malet
2011-09-10Also add the BSD specific value and comment them outYann Malet
2011-09-10Apply the same changes to the timer panelYann Malet
2011-09-10Revert some of the previous changes and modify slightly the panels to separat...Yann Malet
2011-09-10Populate the stats['headers'] on the request.debug_toolbarYann Malet
2011-09-09Revert some of the previous changes and modify slightly the panels to separat...Yann Malet
2011-09-09If a stacktrace frame is not in the expected format, skip over itbkonkle
2011-08-24Fixed error with i18n url patterns using Django 1.4Jeffrey Gelens
2011-08-23Merge pull request #131 from eduardocereto/masterDavid Cramer
2011-08-23Merge pull request #197 from jasonkeene/jquery_no_conflict_issueDavid Cramer
2011-08-23Merge pull request #194 from olexiystrashko/masterDavid Cramer
2011-08-20Merge branch 'master' of git://github.com/django-debug-toolbar/django-debug-t...Jason Keene
2011-08-20Merge branch 'master' of git://github.com/django-debug-toolbar/django-debug-t...Jason Keene
2011-08-20Included jQuery breaks newer jQuery plugins, force noConflict for jQuery glob...Jason Keene
2011-08-13Fixed opened issue #193 (exception on windows when working with file path):Olexiy Strashko
2011-08-09Updated sqlparse to v0.1.3Rob Hudson
2011-08-09Force bool on settings.DEBUG as it could be set to a non bool value.Jason Keene
2011-08-09Fixed logic w/ settings.INTERNAL_IPS check.Jason Keene
2011-08-08Fixes issue #92 -- ipython API changed so debugsqlshell stopped working.Seth Mason
2011-07-14Merge branch 'master' of https://github.com/dokterbob/django-debug-toolbar in...David Cramer
2011-07-14Dont modify the original context dictionary (fixes #184)David Cramer
2011-07-12Bring pre styles in line with rest of panelsline_profiler_intDavid Cramer
2011-07-12Some general cleanup for css/markup and collapsing of line profiler moduleDavid Cramer
2011-07-12Move makefile to project rootDavid Cramer
2011-07-12Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too...David Cramer
2011-07-12Merge pull request #175 from thinred/masterDavid Cramer
2011-07-12Dont access __copy__ when it doesnt work. Preprocess context list so the dict...David Cramer
2011-06-23Django 1.3 seems to alter templates' rendering contexts after the fact, so ju...Nikolai Prokoschenko
2011-06-16Fixing UnicodeEncodeError in sql panelMiguel Araujo Perez
2011-06-14Moved view function name extraction into debug_toolbar.utils.get_name_from_objDavid Cramer