aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2011-04-06unset transaction id if we're not in a transactionDavid Cramer
2011-04-06Mark the correct query as ending the transactionDavid Cramer
2011-04-06Transaction id tracing is not specific to psycopg2David Cramer
2011-04-06Generate fake transaction ids so we can match up transaction end state correctlyDavid Cramer
2011-04-06SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in t...David Cramer
2011-04-06Added protection against toolbar injections on gzipped responses.Rob Hudson
2011-04-06Added basic support for multi-db.Rob Hudson
2011-04-05Add support for engine-per-query as well as pulling out psycopg2's isolation ...David Cramer
2011-04-02Updated pt/BR stringseduardocereto
2011-03-31Add utilities to inject and monitor functions. Change DB tracking to use new ...David Cramer
2011-03-30Some initial tests and fix for execution modelDavid Cramer
2011-03-30Inject our SQL tracker on BaseDatabaseWrapper.cursor rather than discovering ...David Cramer
2011-03-30Ensure we wrap all cursorsDavid Cramer
2011-03-30Ensure we're always returning a response(?)David Cramer
2011-03-28Add a note when no SQL queries are loggedDavid Cramer
2011-03-28Store actual function as __wrapped__ instead of __wraps for Python 3.2 compat...David Cramer
2011-03-28Fail gracefully when theres no queries on a pageDavid Cramer
2011-03-28SQL injection now happens without interfering with the underlying db.queries ...David Cramer
2011-03-28Added DebugToolbar.get_panel(cls) for pulling out instantiated panel objectsDavid Cramer
2011-03-28Instances of the toolbar are now stored at a class level. Added DebugToolbarM...David Cramer
2011-03-28Key on thread.get_ident()David Cramer
2011-03-24Change how expansion works on queries so hidden select values get displayedDavid Cramer
2011-03-24Dont show colors for details expansion rowDavid Cramer
2011-03-24Remove debug printDavid Cramer
2011-03-24Fix for infinite math fail :)David Cramer
2011-03-24Much better coloring scaleDavid Cramer
2011-03-24basic color code grouping of db aliasesDavid Cramer
2011-03-24Only show connections which executed queries. Show number of used connections...David Cramer
2011-03-24Improve display of truncate sql queriesDavid Cramer
2011-03-24Add multi db support and summaries to SQL panelDavid Cramer
2011-03-24Ensure djdt.ready() works even after initializationDavid Cramer
2011-03-24inline all images as base64-encoded dataDavid Cramer
2011-03-24Create window.djdt and djdt.ready() event callback hooks for post </body> eventsDavid Cramer
2011-03-24ensure we dont compile jquery.cookie.js since its already in toolbar.jsDavid Cramer
2011-03-24inline all JS to avoid external media calls on initial page loadDavid Cramer
2011-03-23Overhaul SQL panel to include better timeline, more compact queries, and bett...David Cramer
2011-03-22Fix issue with __name__ if a class-based view (i.e. a FormWizard) is usedRob Golding
2011-03-16Updated YUI Compressor which produces better minimized CSSRob Hudson
2011-03-16Made views for AJAX sub-panels CSRF exempt.Rob Hudson
2011-03-16Added error trapping to AJAX sub-panels.Rob Hudson
2011-03-03As it turns out, view_func is not always availableMathijs de Bruin
2011-02-03Merge pull request #135 from acdha/django-debug-toolbarRob Hudson
2011-02-03HTML validation: avoid injecting <style> in <body>Chris Adams
2011-01-22pt_BR updatededuardocereto
2011-01-22Compiled pt_BR po fileeduardocereto
2011-01-22pt_BR .po file addedEduardo Cereto
2011-01-09Added support for executemany. Fixes issue #120postal2600
2011-01-09Added support for LogBook. Thanks to Vincent Driessen for the idea andVincent Driessen
2011-01-03Merge branch 'master' of http://github.com/robhudson/django-debug-toolbarDavid Cramer
2010-12-08Added clean_params method to DatabaseStatTracker to scrub non-unicodeMatthew J Morrison