| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Use threading instead of thread. Resolve _DummyThread bug.
|
|
Do not intercept redirects for ajax requests
|
|
|
|
threading.currentThread().ident, which is an integer, and not the threading.currentThread() instance itself.
|
|
Fix this threading related bug - Exception AttributeError: AttributeError("_DummyThread object has no attribute _Thread__block",) in <module threading from
|
|
|
|
via ajax. Prevents overwriting the current toolbar on the page and rendering the event listeners on toolbar panel buttons useless
|
|
|
|
|
|
It was propagated to handler404 instead of handler403.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>= 1.1,< 1.4, and add note about required Django version
|
|
|
|
(fixes #166)
|
|
Accommodate per request URL confs
|
|
|
|
|
|
|
|
This accomodates sites where middleware may change the urlconf for two
different request.
|
|
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
DebugToolbarMiddleware.get_current()
|
|
|
|
better view of stacktrace
|
|
|
|
Thanks to ziz for the patch, and offbyone for testing.
|
|
|
|
other than ddt.
|
|
|
|
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|