jazzband / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7.97k stars 1.03k forks source link

Deprecate and remove `OBSERVE_REQUEST_CALLBACK` #1886

Closed tim-schilling closed 1 week ago

tim-schilling commented 4 months ago

With the addition of UPDATE_ON_FETCH from #1843, we no longer need to keep OBSERVE_REQUEST_CALLBACK around. The functionality that can be implemented with that can be redone in SHOW_TOOLBAR_CALLBACK as indicated by @living180 here

kevalrajpalknight commented 1 week ago

@tim-schilling this issue could be marked as closed.