You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django Debug Toolbar released v6 . It has some breaking changes:
The storage refactor and renames (store_id → request_id, Toolbar.store → Toolbar.init_store) affect third-party panels/extensions that touched internals; they need updates to the new store API and to use get_store()/load_stats_from_store.
Panels should treat panel_id as a class member and source display data from get_stats(); older patterns may break.