| Age | Commit message (Collapse) | Author |
|
|
|
ensure we're appending urlpatterns correctly.
|
|
|
|
toolbar should be disabled when settings.TEST is True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python version in versions panel
|
|
|
|
|
|
|
|
|
|
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
|
|
Fix for missing __name__ attribute when using class based views (i.e. FormWizard)
|
|
|
|
|
|
Conflicts:
debug_toolbar/middleware.py
|
|
|
|
|
|
git://github.com/django-debug-toolbar/django-debug-toolbar
|
|
|
|
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
If content-type isn't an HTML type, we no longer process the panels or
try to adjust the content length header.
|
|
Thanks to Tomasz Buchert for the suggestion.
|
|
This reverts commit 0b2fcf045e9434c6efbbddae07d8b79b779483a5.
|
|
|
|
|
|
|
|
string check
|
|
|
|
|
|
|
|
This matches Django's added logging support to the debug cursor.
|
|
|
|
|
|
|