aboutsummaryrefslogtreecommitdiffstats
path: root/example/example.db
AgeCommit message (Collapse)Author
2011-10-27fixed AttributeError on 404 page exception in ProfilerPanel.process_responseApkawa
2011-10-26Fixed ProfilingDebugPanel; fixed example site if installed other ↵Apkawa
debug_toolbar in system
2011-09-10Revert some of the previous changes and modify slightly the panels to ↵Yann Malet
separate the gneration of the stats and the generation of the content.
2011-07-12Dont access __copy__ when it doesnt work. Preprocess context list so the ↵David Cramer
dictionary cannot be modified.
2011-05-10Add support for __traceback_hide__ (tidy_stacktrace now inspects ↵David Cramer
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
2011-04-22Initial refactor of toggline so that profiling matches sqlDavid Cramer
2011-04-22Kill off requirement of PROJECT_ROOT and clean up lint violations in ↵David Cramer
profiling panel
2011-04-06Generate fake transaction ids so we can match up transaction end state correctlyDavid Cramer
2011-04-05Add support for engine-per-query as well as pulling out psycopg2's isolation ↵David Cramer
level and transaction status
2011-03-30Ensure we wrap all cursorsDavid Cramer
2010-02-11Added example project directory.Rob Hudson
Currently this allows for easy manual testing a few other Javascript libraries and whether the debug toolbar javascript conflicts with them.