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
/
panels
/
sql.py
Age
Commit message (
Expand
)
Author
2013-11-15
Continue moving panel-specific code within panels.
Aymeric Augustin
2013-11-15
Move panel-specific views in panel modules.
Aymeric Augustin
2013-11-12
Make it possible for panels to provide URLs and views.
Aymeric Augustin
2013-11-10
Made enable/disable_instrumentation idempotent.
Aymeric Augustin
2013-11-10
Disable instrumentation for disabled panels.
Aymeric Augustin
2013-11-09
Remove unused method in panel API.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-17
Implement method replacement for Python 3.
Aymeric Augustin
2013-10-17
Stopped using dict.iter*.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2013-10-17
Remove compatibility code for unsupported version of Django.
Aymeric Augustin
2013-04-29
Handle db aliases which are not defined in connections
David Cramer
2013-04-24
Got rid of the circular imports
Vladislav Poluhin
2013-04-23
Form for SQL validation
Vladislav Poluhin
2012-06-07
sql is None, in case of internal psycopg2 errors like 'cannot adapt type ..'
Denis Orlikhin
2012-04-07
Updated cache panel to handle multiple backends and look more like the SQL pa...
Jannis Leidel
2012-03-31
Marked a few more string for translation.
Jannis Leidel
2012-03-31
Use the correct path separator to work on Windows.
Jannis Leidel
2012-03-05
Use i18n for the cache and SQL panels.
Jannis Leidel
2012-02-22
Do not match greedy
Julian Bez
2012-01-12
pep8
David Cramer
2011-09-15
Remove any remaining uses of self.__class__ with super
bkonkle
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Cleaned up whitespace in the SQL and cache panels
bkonkle
2011-09-12
Tweaked the sql panel
bkonkle
2011-09-10
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-09-09
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-09-09
If a stacktrace frame is not in the expected format, skip over it
bkonkle
2011-07-12
Merge pull request #175 from thinred/master
David Cramer
2011-06-16
Fixing UnicodeEncodeError in sql panel
Miguel Araujo Perez
2011-06-10
Issue #163: SQL expand does show query fields now. So does clicking on bullets.
Tomasz Buchert
2011-06-09
Timeline width in SQL panel properly scaled.
Tomasz Buchert
2011-05-16
Remove trailing quotation in SQL stacktrace display
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-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-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-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-24
Remove debug print
David Cramer
2011-03-24
Fix for infinite math fail :)
David Cramer
[next]