aboutsummaryrefslogtreecommitdiffstats
path: root/example
AgeCommit message (Collapse)Author
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-10-20HTML Validation fixesChris Adams
It turns out that <script … charset="utf-8">inline script</script> is not valid (charset is valid with script src). This avoids debug_toolbar causing HTML validation errors simply by being active. Signed-off-by: Rob Hudson <rob@cogit8.org>
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.