aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/views.py
AgeCommit message (Collapse)Author
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
urls and views.
2008-09-15Added a mechanism for monkeypatching in debug views, and also addedJacob Kaplan-Moss
jquery as both a test case and a place to get started making some js improvements. I'm not totally thrilled with this approach -- it feels *very* hackish. The alternative might be to simply require installers to add a line to their ROOT_URLCONF, which wouldn't be *bad*, but I like the "load automatically" part of this thing.
2008-09-11Adding view to explain SQL passed in via query string. Hopefully this isRob Hudson
database backend agnostic. Next up is connecting this with the SQL panel via AJAX.