| Age | Commit message (Expand) | Author |
| 2011-07-12 | Bring pre styles in line with rest of panelsline_profiler_int | David Cramer |
| 2011-07-12 | Some general cleanup for css/markup and collapsing of line profiler module | David Cramer |
| 2011-07-12 | Move makefile to project root | David Cramer |
| 2011-07-12 | Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too... | David Cramer |
| 2011-07-12 | Merge pull request #175 from thinred/master | David Cramer |
| 2011-07-12 | Dont access __copy__ when it doesnt work. Preprocess context list so the dict... | David Cramer |
| 2011-06-23 | Merge pull request #181 from rassie/patch-1 | David Cramer |
| 2011-06-23 | Django 1.3 seems to alter templates' rendering contexts after the fact, so ju... | Nikolai Prokoschenko |
| 2011-06-16 | Merge pull request #179 from maraujop/master | David Cramer |
| 2011-06-16 | Fixing UnicodeEncodeError in sql panel | Miguel Araujo Perez |
| 2011-06-14 | Moved view function name extraction into debug_toolbar.utils.get_name_from_obj | David Cramer |
| 2011-06-14 | Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar | David Cramer |
| 2011-06-14 | Merge pull request #177 from cmdkeen/master | David Cramer |
| 2011-06-14 | Move test suite into parent namespace | David Cramer |
| 2011-06-14 | Panel content handles when a class doesn't have a name, default to <unknown> | cmdkeen |
| 2011-06-10 | Merge pull request #174 from maraujop/master | David Cramer |
| 2011-06-10 | Issue #163: SQL expand does show query fields now. So does clicking on bullets. | Tomasz Buchert |
| 2011-06-10 | Checking if the origin attribute exists on the Template object instead | Miguel Araujo Perez |
| 2011-06-10 | Merge pull request #173 from thinred/master | David Cramer |
| 2011-06-09 | Fixes TemplateDebugPanel iterating over an unknown template without origin or... | Miguel Araujo Perez |
| 2011-06-09 | Timeline width in SQL panel properly scaled. | Tomasz Buchert |
| 2011-06-09 | Merge remote branch 'upstream/master' | Tomasz Buchert |
| 2011-06-03 | Added a message about the 3rd party panel list wiki page | Rob Hudson |
| 2011-06-03 | Proper decimal separator for non-US locales (eg. polish). | Tomasz Buchert |
| 2011-06-02 | Merge pull request #171 from thinred/master | David Cramer |
| 2011-06-03 | Test for bug: RequestVarsDebugPanel' object has no attribute 'view_func' | Tomasz Buchert |
| 2011-06-02 | Fixes RequestVarsDebugPanel' object has no attribute 'view_func' bug. | Tomasz Buchert |
| 2011-05-27 | Change __import__ usage to to be import_module, adjust test reqs to specify >... | David Cramer |
| 2011-05-26 | Update TEST check to correct behavior (dont show toolbar under TEST) | David Cramer |
| 2011-05-26 | Correctly handle modules as request.urlconf -- Thanks to Germán M. Bravo (fi... | David Cramer |
| 2011-05-26 | Update tests to match new behavior | David Cramer |
| 2011-05-26 | Merge pull request #165 from eventbrite/request-urlconf | David Cramer |
| 2011-05-26 | Add failing test for #165 and #166 | David Cramer |
| 2011-05-26 | Add tests for show_toolbar on TEST, DEBUG, and INTERNAL_IP. Add test to ensur... | David Cramer |
| 2011-05-26 | only load the toolbar if DEBUG, TEST, or INTERNAL_IPS match | David Cramer |
| 2011-05-26 | Merge pull request #167 from cooyeah/master | David Cramer |
| 2011-05-26 | toolbar should be disabled when settings.TEST is True | Gu Ye |
| 2011-05-25 | We actually don't need to copy the debug toolbar urlconf. | Nathan Yergler |
| 2011-05-25 | Cache merged URL configurations by their original name. | Nathan Yergler |
| 2011-05-23 | handle cases when text is a NoneType | David Cramer |
| 2011-05-16 | Correct ordering of stacktrace | David Cramer |
| 2011-05-16 | Correct display of text in stacktraces | David Cramer |
| 2011-05-16 | alias should be derived from cursor's db, not the cursor itself | David Cramer |
| 2011-05-16 | Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar | David Cramer |
| 2011-05-16 | Remove trailing quotation in SQL stacktrace display | David Cramer |
| 2011-05-13 | Merge pull request #162 from thinred/master | David Cramer |
| 2011-05-13 | Python version in 'versions' panel | Tomasz Buchert |
| 2011-05-10 | Support multiple databases in profile, select, and explain calls (fixes #155) | David Cramer |
| 2011-05-10 | Hide CursorWrapper in query tracebacks | David Cramer |
| 2011-05-10 | Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar | David Cramer |