aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/sql.py
AgeCommit message (Expand)Author
2010-01-22Escape invalid html in SQL queries.Gabriel
2010-01-14Template panel context cleanup.Chris Adams
2010-01-09Fix issue #33: ensure force_unicode doesn't convert non-strings.Daniel Roseman
2009-11-18Marked more strings for translation and updated 'fr' locale.David Jean Louis
2009-11-06Fixed incompatability with Python 2.4.Rob Hudson
2009-11-02Show context where SQL query originated from templateChris Lamb
2009-09-22Added sqlparse, replacing my simple string replace SQL keywords and updatingRob Hudson
2009-09-12Merge remote branch 'alex/master'Rob Hudson
2009-09-12Fixed to only show the link for requesting the SELECT data if the query is aRob Hudson
2009-09-11Added more SQL keywords.Rob Hudson
2009-09-10handle merge conflictsAlex Gaynor
2009-09-08Fixed an issue where the panel navigation might have a different number ofRob Hudson
2009-08-28Refactored `reformat_sql` to produce a more compact output for a tighter view...Rob Hudson
2009-08-28Refactored SQL panel to use datetime objects and added a visual display of bo...Rob Hudson
2009-08-12added in-panel titleIdan Gazit
2009-08-12renamed title/subtitle -> nav_title/nav_subtitleIdan Gazit
2009-08-11Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...Rob Hudson
2009-06-16provide an option to see stuff indjango in the sql stack traceAlex Gaynor
2009-05-27Adding a signals panel to display list of signals and their providing argumentsAlex Gaynor
2009-03-21Merge commit 'rob/master'Alex Gaynor
2009-03-21Adding stack traces to SQL panel to see where the calls are coming from.Rob Hudson
2009-03-21resoled merge conflictsAlex Gaynor
2009-03-21Tidied up SQL formatting in SQL panel.Malcolm Tredinnick
2009-03-21Fixed "FROM" formatting in SQL panel layout.Malcolm Tredinnick
2009-01-23Add preliminary support for stacktraces to see where SQL queries are coming f...Rob Hudson
2008-12-09Fix the number of queries shown in the title, which was overreporting by self...Adam Gomaa
2008-12-09Only show the SQL profile if we're using a MySQL database backend.Rob Hudson
2008-12-09Django seems to only produce LEFT OUTER JOINs, so search for that.Rob Hudson
2008-10-07Fix inconsistent SQL timings. All SQL timings are milliseconds now.Rob Hudson
2008-10-07Since we're concatenating params, make the default empty value a string.Rob Hudson
2008-10-07Bringing over patch from Alex Gaynor to fix SQL params when using django.cont...Rob Hudson
2008-10-06Updating SQL output a bit now that I've found more queries to test against.Rob Hudson
2008-10-05better fixAlex Gaynor
2008-10-05fix for gis I thinkAlex Gaynor
2008-10-04changed stuff about the sql formatter, it still looks weird, not sure whyAlex Gaynor
2008-09-24Adding a SHA-1 hash to the parameters passed to get the EXPLAIN query to avoidRob Hudson
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