From 48c8d0dd09c352532326b83a39800be047686356 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Wed, 30 Mar 2011 15:31:27 -0700 Subject: Ensure we wrap all cursors --- example/example.db | Bin 55296 -> 55296 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'example') diff --git a/example/example.db b/example/example.db index f78b987..3ca0f39 100644 Binary files a/example/example.db and b/example/example.db differ -- cgit v1.2.3 From 72271115974463f30a2f9f8755e42acc69e204c3 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 5 Apr 2011 14:02:47 -0700 Subject: Add support for engine-per-query as well as pulling out psycopg2's isolation level and transaction status --- example/example.db | Bin 55296 -> 55296 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'example') diff --git a/example/example.db b/example/example.db index 3ca0f39..c607f31 100644 Binary files a/example/example.db and b/example/example.db differ -- cgit v1.2.3 From 0556fd7b48c709b5ff803eff01e0dd7eb07ba3fc Mon Sep 17 00:00:00 2001 From: David Cramer Date: Wed, 6 Apr 2011 16:29:33 -0700 Subject: Generate fake transaction ids so we can match up transaction end state correctly --- example/example.db | Bin 55296 -> 55296 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'example') diff --git a/example/example.db b/example/example.db index c607f31..7603a2d 100644 Binary files a/example/example.db and b/example/example.db differ -- cgit v1.2.3 From 38019ea2f5222ac97a7c5b67074a8a3b2ecf1ba0 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 22 Apr 2011 13:07:41 -0700 Subject: Kill off requirement of PROJECT_ROOT and clean up lint violations in profiling panel --- example/example.db | Bin 55296 -> 55296 bytes example/settings.py | 13 +++++++++++++ 2 files changed, 13 insertions(+) (limited to 'example') diff --git a/example/example.db b/example/example.db index 7603a2d..ae455e3 100644 Binary files a/example/example.db and b/example/example.db differ diff --git a/example/settings.py b/example/settings.py index 06e153d..11b0117 100644 --- a/example/settings.py +++ b/example/settings.py @@ -32,3 +32,16 @@ TEMPLATE_CONTEXT_PROCESSORS = ( ) TEMPLATE_DEBUG = DEBUG TEMPLATE_DIRS = (os.path.join(PROJECT_PATH, 'templates')) +DEBUG_TOOLBAR_PANELS = ( + 'debug_toolbar.panels.version.VersionDebugPanel', + 'debug_toolbar.panels.timer.TimerDebugPanel', + 'debug_toolbar.panels.settings_vars.SettingsVarsDebugPanel', + 'debug_toolbar.panels.headers.HeaderDebugPanel', + 'debug_toolbar.panels.profiling.ProfilingDebugPanel', + 'debug_toolbar.panels.request_vars.RequestVarsDebugPanel', + 'debug_toolbar.panels.sql.SQLDebugPanel', + 'debug_toolbar.panels.template.TemplateDebugPanel', + #'debug_toolbar.panels.cache.CacheDebugPanel', + 'debug_toolbar.panels.signals.SignalDebugPanel', + 'debug_toolbar.panels.logger.LoggingPanel', +) \ No newline at end of file -- cgit v1.2.3 From 249247f9c7a5027d444471526859ee86c06a1f1a Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 22 Apr 2011 14:47:36 -0700 Subject: Initial refactor of toggline so that profiling matches sql --- example/example.db | Bin 55296 -> 55296 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'example') diff --git a/example/example.db b/example/example.db index ae455e3..6eb3916 100644 Binary files a/example/example.db and b/example/example.db differ -- cgit v1.2.3