| Age | Commit message (Collapse) | Author |
|
Python 2.5 compatibility, fixes #261
|
|
into akaariai-issue_230
Conflicts:
debug_toolbar/utils/tracking/db.py
|
|
|
|
|
|
`django.utils.simplejson` is pending deprecation as
of django 1.5 and will be removed in 1.7.
|
|
|
|
fix hashcompat deprecation warnings with django 1.5
|
|
|
|
fix for ticket https://github.com/django-debug-toolbar/django-debug-toolbar/issues/230
if isolation_level is looked up while transaction is in an error state, an exception is thrown, which eats up the original exception that is never shown
|
|
|
|
On PostgreSQL when the transaction is in aborted status, checking
connection.isolation_level will result in an error.
|
|
|
|
|
|
|
|
panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134.
|
|
|
|
Add escaping string literal in sql for copy&pasting in dbshell
|
|
|
|
|
|
debug_toolbar in system
|
|
|
|
findsource
|
|
|
|
|
|
rendered.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
|
|
|
|
trans and vice versa)
|
|
level and transaction status
|
|
injection method on BaseDatabaseWrapper.cursor
|
|
management command and SQL panel.
|