index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
Age
Commit message (
Expand
)
Author
2011-04-06
Mark the correct query as ending the transaction
David Cramer
2011-04-06
Transaction id tracing is not specific to psycopg2
David Cramer
2011-04-06
Generate fake transaction ids so we can match up transaction end state correctly
David Cramer
2011-04-06
SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in t...
David Cramer
2011-04-05
Add support for engine-per-query as well as pulling out psycopg2's isolation ...
David Cramer
2011-03-31
Add utilities to inject and monitor functions. Change DB tracking to use new ...
David Cramer
2011-03-30
Some initial tests and fix for execution model
David Cramer
2011-03-30
Inject our SQL tracker on BaseDatabaseWrapper.cursor rather than discovering ...
David Cramer
2011-03-30
Ensure we wrap all cursors
David Cramer
2011-03-30
Ensure we're always returning a response(?)
David Cramer
2011-03-28
Add a note when no SQL queries are logged
David Cramer
2011-03-28
Store actual function as __wrapped__ instead of __wraps for Python 3.2 compat...
David Cramer
2011-03-28
Fail gracefully when theres no queries on a page
David Cramer
2011-03-28
SQL injection now happens without interfering with the underlying db.queries ...
David Cramer
2011-03-28
Added DebugToolbar.get_panel(cls) for pulling out instantiated panel objects
David Cramer
2011-03-28
Instances of the toolbar are now stored at a class level. Added DebugToolbarM...
David Cramer
2011-03-28
Key on thread.get_ident()
David Cramer
2011-03-24
Change how expansion works on queries so hidden select values get displayed
David Cramer
2011-03-24
Dont show colors for details expansion row
David Cramer
2011-03-24
Remove debug print
David Cramer
2011-03-24
Fix for infinite math fail :)
David Cramer
2011-03-24
Much better coloring scale
David Cramer
2011-03-24
basic color code grouping of db aliases
David Cramer
2011-03-24
Only show connections which executed queries. Show number of used connections...
David Cramer
2011-03-24
Improve display of truncate sql queries
David Cramer
2011-03-24
Add multi db support and summaries to SQL panel
David Cramer
2011-03-24
Ensure djdt.ready() works even after initialization
David Cramer
2011-03-24
inline all images as base64-encoded data
David Cramer
2011-03-24
Create window.djdt and djdt.ready() event callback hooks for post </body> events
David Cramer
2011-03-24
ensure we dont compile jquery.cookie.js since its already in toolbar.js
David Cramer
2011-03-24
inline all JS to avoid external media calls on initial page load
David Cramer
2011-03-23
Overhaul SQL panel to include better timeline, more compact queries, and bett...
David Cramer
2011-01-03
Merge branch 'master' of http://github.com/robhudson/django-debug-toolbar
David Cramer
2010-11-08
Bumped version to 0.8.4
Rob Hudson
2010-11-08
Added print style to hide toolbar, fixing issue #90.
Rob Hudson
2010-10-20
HTML Validation fixes
Chris Adams
2010-10-18
Updated SQL explain panel to keep white space for indention, clarifying the o...
Rob Hudson
2010-10-18
Added CSS classes to the SQL panel tables.
Rob Hudson
2010-09-22
Fixed issue 85, SQL not selectable due to line chart.
Rob Hudson
2010-09-15
Fixed issue 6: Redirect page does not set cookie.
Rob Hudson
2010-09-07
Fixed template block inheritance bug (issues 77 and 97)
Rob Hudson
2010-09-07
Fixed issue 83, unstyled toolbar flash.
Rob Hudson
2010-09-07
Fixed issue 81.
Rob Hudson
2010-09-03
Fix for "View template links get "Template Does Not Exist" for django >= 1.2"...
Tom V
2010-08-13
Support magical TEST global setting to disable toolbar
David Cramer
2010-04-07
Revert "Start of splitting off data collection classes and panel classes."
Rob Hudson
2010-04-07
Revert "Factor headers data out of HeaderDebugPanel."
Rob Hudson
2010-04-07
Revert "Factor settings data out of SettingsVarsDebugPanel."
Rob Hudson
2010-04-07
Revert "Factor versions data out of VersionDebugPanel."
Rob Hudson
2010-03-03
Factor versions data out of VersionDebugPanel.
Bryan Chow
[next]