DjangoDebug
Debugging information for the current query.
type DjangoDebug {
sql: [DjangoDebugSQL]
exceptions: [DjangoDebugException]
}
Fields
DjangoDebug.sql ● [DjangoDebugSQL] list object
Executed SQL queries for this API query.
DjangoDebug.exceptions ● [DjangoDebugException] list object
Raise exceptions for this API query.
Returned By
_debug query