Merge branch 'shindere/fix-debug-toolbar-lms' for PR #3401

This commit is contained in:
David Baumgold
2014-05-13 10:32:59 -04:00
2 changed files with 4 additions and 1 deletions

View File

@@ -144,3 +144,5 @@ Christine Lytwynec <clytwynec@edx.org>
John Cox <johncox@google.com>
Ben Weeks <benweeks@mit.edu>
David Bodor <david.gabor.bodor@gmail.com>
Sébastien Hinderer <Sebastien.Hinderer@inria.fr>

View File

@@ -59,7 +59,8 @@ DEBUG_TOOLBAR_PANELS = (
)
DEBUG_TOOLBAR_CONFIG = {
'INTERCEPT_REDIRECTS': False
'INTERCEPT_REDIRECTS': False,
'SHOW_TOOLBAR_CALLBACK': lambda _: True,
}
# To see stacktraces for MongoDB queries, set this to True.