8000 No toolbar loaded when using @gzip_page decorator · Issue #2375 · django-commons/django-debug-toolbar · GitHub
Skip to content

No toolbar loaded when using @gzip_page decorator #2375

Description

@otonoton

I already verified the toolbar middleware comes after the gzip middleware, but any view that uses the @gzip_page decorator cannot use the toolbar.

Apparently is_processable_html_response() is returning False because the Content-Encoding shows up as gzip, but I thought the order of the middleware was supposed to solve that?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions