File tree 2 files changed +3
-4
lines changed 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):
185
185
"""
186
186
Determine whether to update the toolbar from a client side request.
187
187
"""
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
146
146
Default: ``'debug_toolbar.toolbar.observe_request' ``
147
147
148
148
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 ``.
152
151
153
152
.. _TOOLBAR_LANGUAGE :
154
153
You can’t perform that action at this time.
0 commit comments