| Age | Commit message (Collapse) | Author |
|
Caught AttributeError while rendering: 'Template' object has no attribute 'origin'
|
|
|
|
|
|
or name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
|
|
Fix for missing __name__ attribute when using class based views (i.e. FormWizard)
|
|
|
|
|
|
|
|
|
|
profiling panel
|
|
into dmclain-master
Conflicts:
debug_toolbar/media/debug_toolbar/css/toolbar.min.css
debug_toolbar/media/debug_toolbar/js/toolbar.min.js
|
|
into robhudson-develop
Conflicts:
debug_toolbar/media/debug_toolbar/css/toolbar.css
debug_toolbar/media/debug_toolbar/css/toolbar.min.css
debug_toolbar/media/debug_toolbar/js/toolbar.min.js
debug_toolbar/middleware.py
debug_toolbar/panels/sql.py
debug_toolbar/templates/debug_toolbar/base.html
debug_toolbar/templates/debug_toolbar/panels/sql.html
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|