| Age | Commit message (Collapse) | Author |
|
This reverts commit 0b2fcf045e9434c6efbbddae07d8b79b779483a5.
|
|
|
|
|
|
|
|
string check
|
|
|
|
|
|
|
|
This matches Django's added logging support to the debug cursor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trans and vice versa)
|
|
|
|
Thanks to David Cramer, Ionel Cristian Mărieș, noah256, and Sander
Steffann, who all supplied patches.
|
|
level and transaction status
|
|
|
|
injection method on BaseDatabaseWrapper.cursor
|
|
|
|
different CursorWrapper's
|
|
|
|
|
|
|
|
compatibility
|
|
|
|
objects (and no longer requires DEBUG to be set)
|
|
|
|
DebugToolbarMiddleware.get_current()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
connections in title
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
better view of stacktrace
|
|
If view_func doesn't have a __name__ attribute, then __class__.__name__ is
tried instead. If that doesn't exist either, then '<unknown>' is used.
|
|
|
|
|