aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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 ↵David Cramer
git://github.com/dmclain/django-debug-toolbar into line_profiler_int
2011-07-12Merge pull request #175 from thinred/masterDavid Cramer
This adds a feature asked in issue #163
2011-07-12Dont access __copy__ when it doesnt work. Preprocess context list so the ↵David Cramer
dictionary cannot be modified.
2011-06-23Merge pull request #181 from rassie/patch-1David Cramer
Save a clone of template context instead of the original
2011-06-23Django 1.3 seems to alter templates' rendering contexts after the fact, so ↵Nikolai Prokoschenko
just make our saved context a clone of the original to be sure we keep all of it. Fixes #159.
2011-06-16Merge pull request #179 from maraujop/masterDavid Cramer
Fixing UnicodeEncodeError in sql panel
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
2011-06-14Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2011-06-14Merge pull request #177 from cmdkeen/masterDavid Cramer
Class name missing fix on panel content
2011-06-14Move test suite into parent namespaceDavid Cramer
2011-06-14Panel content handles when a class doesn't have a name, default to <unknown>cmdkeen
2011-06-10Merge pull request #174 from maraujop/masterDavid Cramer
Caught AttributeError while rendering: 'Template' object has no attribute 'origin'
2011-06-10Issue #163: SQL expand does show query fields now. So does clicking on bullets.Tomasz Buchert
2011-06-10Checking if the origin attribute exists on the Template object insteadMiguel Araujo Perez
2011-06-10Merge pull request #173 from thinred/masterDavid Cramer
SQL panel fix for locales that use comma as a decimal separator.
2011-06-09Fixes TemplateDebugPanel iterating over an unknown template without origin ↵Miguel Araujo Perez
or name
2011-06-09Timeline width in SQL panel properly scaled.Tomasz Buchert
2011-06-09Merge remote branch 'upstream/master'Tomasz Buchert
2011-06-03Added a message about the 3rd party panel list wiki pageRob Hudson
2011-06-03Proper decimal separator for non-US locales (eg. polish).Tomasz Buchert
2011-06-02Merge pull request #171 from thinred/masterDavid Cramer
Fixes error I encounter when no view is executed
2011-06-03Test for bug: RequestVarsDebugPanel' object has no attribute 'view_func'Tomasz Buchert
2011-06-02Fixes RequestVarsDebugPanel' object has no attribute 'view_func' bug.Tomasz Buchert
2011-05-27Change __import__ usage to to be import_module, adjust test reqs to specify ↵David Cramer
>= 1.1,< 1.4, and add note about required Django version
2011-05-26Update TEST check to correct behavior (dont show toolbar under TEST)David Cramer
2011-05-26Correctly handle modules as request.urlconf -- Thanks to Germán M. Bravo ↵David Cramer
(fixes #166)
2011-05-26Update tests to match new behaviorDavid Cramer
2011-05-26Merge pull request #165 from eventbrite/request-urlconfDavid Cramer
Accommodate per request URL confs
2011-05-26Add failing test for #165 and #166David Cramer
2011-05-26Add tests for show_toolbar on TEST, DEBUG, and INTERNAL_IP. Add test to ↵David Cramer
ensure we're appending urlpatterns correctly.
2011-05-26only load the toolbar if DEBUG, TEST, or INTERNAL_IPS matchDavid Cramer
2011-05-26Merge pull request #167 from cooyeah/masterDavid Cramer
toolbar should be disabled when settings.TEST is True
2011-05-26toolbar should be disabled when settings.TEST is TrueGu Ye
2011-05-25We actually don't need to copy the debug toolbar urlconf.Nathan Yergler
2011-05-25Cache merged URL configurations by their original name.Nathan Yergler
This accomodates sites where middleware may change the urlconf for two different request.
2011-05-23handle cases when text is a NoneTypeDavid Cramer
2011-05-16Correct ordering of stacktraceDavid Cramer
2011-05-16Correct display of text in stacktracesDavid Cramer
2011-05-16alias should be derived from cursor's db, not the cursor itselfDavid Cramer
2011-05-16Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2011-05-16Remove trailing quotation in SQL stacktrace displayDavid Cramer
2011-05-13Merge pull request #162 from thinred/masterDavid Cramer
Python version in versions panel
2011-05-13Python version in 'versions' panelTomasz Buchert
2011-05-10Support multiple databases in profile, select, and explain calls (fixes #155)David Cramer
2011-05-10Hide CursorWrapper in query tracebacksDavid Cramer
2011-05-10Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer