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-05-19
Display execution time after query
Danilo Bargen
2011-05-16
Correct ordering of stacktrace
David Cramer
2011-05-16
Correct display of text in stacktraces
David Cramer
2011-05-16
alias should be derived from cursor's db, not the cursor itself
David Cramer
2011-05-16
Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar
David Cramer
2011-05-16
Remove trailing quotation in SQL stacktrace display
David Cramer
2011-05-13
Python version in 'versions' panel
Tomasz Buchert
2011-05-10
Support multiple databases in profile, select, and explain calls (fixes #155)
David Cramer
2011-05-10
Hide CursorWrapper in query tracebacks
David Cramer
2011-05-10
Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar
David Cramer
2011-05-10
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...
David Cramer
2011-05-10
Merge pull request #146 from robgolding63/master
David Cramer
2011-05-10
Bump version and use get-distribution to avoid unnescesary imports
David Cramer
2011-05-10
Catch non-200 requests (fixes #147)
David Cramer
2011-05-09
Dont error out if Content-Type is missing (fixes #153)
David Cramer
2011-05-09
Merge branch 'master' of git://github.com/django-debug-toolbar/django-debug-t...
David Cramer
2011-04-25
Bumped version and updated NEWS
Rob Hudson
2011-04-25
Ensure if we're overriding the urlconf that we're resetting handler404/500
David Cramer
2011-04-22
Basic support for toggling everywhere correctly
David Cramer
2011-04-22
Initial refactor of toggline so that profiling matches sql
David Cramer
2011-04-22
Clean up some oddly formatted CSS
David Cramer
2011-04-22
Remove print statement
David Cramer
2011-04-22
Kill off requirement of PROJECT_ROOT and clean up lint violations in profilin...
David Cramer
2011-04-22
Merge branch 'profiling' of git://github.com/dmclain/django-debug-toolbar int...
David Cramer
2011-04-22
Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar int...
David Cramer
2011-04-22
first pass at a profiler panel
Dave McLain
2011-04-21
Creating a profiling panel from the version panel for basic stuff
Dave McLain
2011-04-20
Updated middleware logic to avoid work if content-type isn't right.
Rob Hudson
2011-04-20
Change .load() calls to GET to avoid CSRF protection.
Rob Hudson
2011-04-20
Revert "Made views for AJAX sub-panels CSRF exempt."
Rob Hudson
2011-04-18
Ensure if we're overriding the urlconf that we're resetting handler404/500
David Cramer
2011-04-16
Ensure tests are compatible with unittest (Django <1.3)
David Cramer
2011-04-16
Ensure tests are compatible with unittest (Django <1.3)
David Cramer
2011-04-13
Ensure we are verifying that template.name is present before running a string...
David Cramer
2011-04-13
Fix a bug with marking the last query in a transaction as the end of chain
David Cramer
2011-04-08
Stripped out logging of SQL queries from logging panel.
Rob Hudson
2011-04-08
Updated sql panel to include logging support.
Rob Hudson
2011-04-06
Correctly reference num_queries
David Cramer
2011-04-06
Only mark starting a new transaction if new trans_id is set
David Cramer
2011-04-06
unset transaction id if we're not in a transaction
David Cramer
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-06
Added protection against toolbar injections on gzipped responses.
Rob Hudson
2011-04-06
Added basic support for multi-db.
Rob Hudson
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
[next]