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?
I already verified the toolbar middleware comes after the gzip middleware, but any view that uses the
@gzip_pagedecorator cannot use the toolbar.Apparently
is_processable_html_response()is returningFalsebecause theContent-Encodingshows up asgzip, but I thought the order of the middleware was supposed to solve that?