| Age | Commit message (Expand) | Author |
| 2008-12-22 | adding new AUTHORS due to some recent code merges | Rob Hudson |
| 2008-12-20 | Merge branch 'master'; commit 'freakboy3742/master' | Rob Hudson |
| 2008-12-17 | Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF i... | Russell Keith-Magee |
| 2008-12-12 | Fine tuning setup.py for Pypi release. | Rob Hudson |
| 2008-12-12 | Adding version info to module. | Rob Hudson |
| 2008-12-12 | README update to point to issues list on Google code. | Rob Hudson |
| 2008-12-11 | Win32 systems don't have the resource module. This patch codes around it so ... | Rob Hudson |
| 2008-12-10 | Some tweaks and changes to the setup.py file. | Rob Hudson |
| 2008-12-09 | Merge branch 'master'; commit 'danfairs/master' | Rob Hudson |
| 2008-12-09 | Minor cleanup and template change to previous commit. | Rob Hudson |
| 2008-12-09 | Added more of the rusage stats in a drop-down panel | Martin Maney |
| 2008-12-09 | Added fine-grained CPU usage to timer | Martin Maney |
| 2008-12-09 | Fix the number of queries shown in the title, which was overreporting by self... | Adam Gomaa |
| 2008-12-09 | Only show the SQL profile if we're using a MySQL database backend. | Rob Hudson |
| 2008-12-09 | Django seems to only produce LEFT OUTER JOINs, so search for that. | Rob Hudson |
| 2008-12-09 | Added missing AUTHORS file to manifest | Dan Fairs |
| 2008-12-09 | Add manifest | Dan Fairs |
| 2008-12-09 | Initial setup.cfg and setup.py | Dan Fairs |
| 2008-10-07 | Fix inconsistent SQL timings. All SQL timings are milliseconds now. | Rob Hudson |
| 2008-10-07 | Since we're concatenating params, make the default empty value a string. | Rob Hudson |
| 2008-10-07 | Bringing over patch from Alex Gaynor to fix SQL params when using django.cont... | Rob Hudson |
| 2008-10-07 | Merge commit 'rob/master' | Alex Gaynor |
| 2008-10-07 | Updating SQL views to return HttpResponseBadRequest on tamper detection. | Rob Hudson |
| 2008-10-07 | Clicking on a template file now will fetch and show the source of the template. | Rob Hudson |
| 2008-10-06 | resolved merge conflicts | Alex Gaynor |
| 2008-10-06 | Adding query profiling for MySQL. Thanks to Simon Willison for the suggestion. | Rob Hudson |
| 2008-10-06 | Just like EXPLAIN, adding the output of straight SELECT statements so you can | Rob Hudson |
| 2008-10-06 | Updating SQL output a bit now that I've found more queries to test against. | Rob Hudson |
| 2008-10-06 | warn the user if they have the middleware in the wrong order | Alex Gaynor |
| 2008-10-05 | better fix | Alex Gaynor |
| 2008-10-05 | fix for gis I think | Alex Gaynor |
| 2008-10-04 | changed stuff about the sql formatter, it still looks weird, not sure why | Alex Gaynor |
| 2008-10-03 | Getting rid of the text shadow in CSS. | Rob Hudson |
| 2008-10-02 | Dropping an item from the README's TODO. | Rob Hudson |
| 2008-10-02 | Adding compressed JS and CSS, and a Makefile to generate them using YUI Compr... | Rob Hudson |
| 2008-10-02 | Merge branch 'urlfix' | Rob Hudson |
| 2008-10-02 | Moving debug toolbar to the bottom of the HTML document and adjusting CSS to | Rob Hudson |
| 2008-10-02 | A fix for URL patterns getting appended on each request growing indefinitely. | Rob Hudson |
| 2008-10-02 | Merge template path update from 'alex/master'. Thanks! | Rob Hudson |
| 2008-10-02 | Merging in new settings panel from 'binarydud/master'. Thanks! | Rob Hudson |
| 2008-10-01 | used os.path.normpath on templatdirs, this makes it looks cleaner, particular... | Alex Gaynor |
| 2008-10-01 | Adding LICENSE and AUTHORS. All AUTHORS have confirmed their contributions can | Rob Hudson |
| 2008-10-01 | Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar | Matt George |
| 2008-09-30 | Minor wording update in redirect.html template. | Rob Hudson |
| 2008-09-30 | Merge branch 'master' into session_panel | Matt George |
| 2008-09-30 | added settings var panel | Matt George |
| 2008-09-30 | Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar | Matt George |
| 2008-09-30 | Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, other | Rob Hudson |
| 2008-09-30 | Adding redirect interception to the middleware to be able to view debug info | Rob Hudson |
| 2008-09-30 | Removing unneeded check for toolbar that is taken care of a few lines up. | Rob Hudson |