aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/urls.py
AgeCommit message (Expand)Author
2009-03-26Minor cleanup of imports and long lines.Rob Hudson
2009-01-17Fixing AJAX calls to detailed SQL views.Reto Aebersold
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-16Merge branch 'master' into explain and updating a few bits to work with the newRob Hudson
2008-09-15Modified scripts to use jQuery, and moved 'em to a better place.Jacob Kaplan-Moss
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