aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/views.py
AgeCommit message (Expand)Author
2010-09-07Fixed issue 81.Rob Hudson
2010-09-03Fix for "View template links get "Template Does Not Exist" for django >= 1.2"...Tom V
2010-02-02Updated template source call to support Django 1.2Rob Hudson
2010-01-14Views.py tweaked to use friendlier "EXPLAIN QUERY PLAN" with sqlite3Chris Adams
2009-09-07Fixed template source to work nicely with and without Pygments.Rob Hudson
2009-08-28Refactored SQL panel to use datetime objects and added a visual display of bo...Rob Hudson
2009-08-28Fixed sql profiling so it doesn't return a 500 if the SQL `SET PROFILING=1` r...Rob Hudson
2009-04-02Moving media so they are "namespaced" like templates.Rob Hudson
2009-01-17Fixing AJAX calls to detailed SQL views.Reto Aebersold
2008-10-07Updating SQL views to return HttpResponseBadRequest on tamper detection.Rob Hudson
2008-10-07Clicking on a template file now will fetch and show the source of the template.Rob Hudson
2008-10-06Adding query profiling for MySQL. Thanks to Simon Willison for the suggestion.Rob Hudson
2008-10-06Just like EXPLAIN, adding the output of straight SELECT statements so you canRob Hudson
2008-09-24Adding a SHA-1 hash to the parameters passed to get the EXPLAIN query to avoidRob Hudson
2008-09-20Import simplejson from django rather than an external dependency.Rob Hudson
2008-09-16Merge branch 'master' into explain and updating a few bits to work with the newRob Hudson
2008-09-15Added a mechanism for monkeypatching in debug views, and also addedJacob Kaplan-Moss
2008-09-11Adding view to explain SQL passed in via query string. Hopefully this isRob Hudson