File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -185,4 +185,4 @@ def observe_request(request):
185185 """
186186 Determine whether to update the toolbar from a client side request.
187187 """
188- return not DebugToolbar . is_toolbar_request ( request )
188+ return True
Original file line number Diff line number Diff line change @@ -146,9 +146,8 @@ Toolbar options
146146 Default: ``'debug_toolbar.toolbar.observe_request' ``
147147
148148 This is the dotted path to a function used for determining whether the
149- toolbar should update on AJAX requests or not. The default checks are that
150- the request doesn't originate from the toolbar itself, EG that
151- ``is_toolbar_request `` is false for a given request.
149+ toolbar should update on AJAX requests or not. The default implementation
150+ always returns ``True ``.
152151
153152.. _TOOLBAR_LANGUAGE :
154153
You can’t perform that action at this time.
0 commit comments