| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Previous the user saw nothing happen if there was an error on the backend. This at least display a basic error status to the user.
|
|
as a request attribute. This is especially true
for 'fallback' type of views that are rendered
from within middleware, such as the one used
in Django's own flatpages.
|
|
---
This is mostly just because my in-browser validation badges fail if debug-toolbar is active.
|
|
This avoids causing otherwise valid HTML to fail
validation because <style> is only allowed in <head>
|
|
|
|
|
|
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
patch.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
data for displaying on the sql panel
Signed-off-by: Rob Hudson <rob@cogit8.org>
|