Skip to content

strawberry-django is not compatible with django-debug-toolbar v6 #783

@ZipBrandon

Description

@ZipBrandon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions