aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/sql.py
AgeCommit message (Expand)Author
2008-09-23Add catch for non JSON serializable objects and don't show the EXPLAIN link forRob Hudson
2008-09-23Updating pygments styles to better match new toolbar styles.Rob Hudson
2008-09-21Refactoring middleware and panels so panels have more explicit middleware-likeRob Hudson
2008-09-21Show 1 SQL query v.s. 3 SQL queriesSimon Willison
2008-09-20Updating SQL panel to use Pygments for SQL highlighting if it's available,Rob Hudson
2008-09-20Import simplejson from django rather than an external dependency.Rob Hudson
2008-09-11Adding JSON params to pass to view and adding link for explain.Rob Hudson
2008-09-11Moving reformat sql so we can pull this in elsewhere.Rob Hudson
2008-09-09Making it so that the SQL panel display SQL a little more formatted and nice.Rob Hudson
2008-09-09Adding a `has_content` boolean to panels to avoid issues with checking ifRob Hudson
2008-09-08Added a database stats tracking class to pass through params. This is setupRob Hudson
2008-09-08convert panels with content to use file based templates for overriding abilityRob Hudson
2008-09-07adding a name attribute to base panel since we are likely to put more stuff i...Rob Hudson
2008-09-07converting sql panel to use templateRob Hudson
2008-09-06Updating panels to include more info without action requiredRob Hudson
2008-08-27Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...Rob Hudson