After updating to Django==1.11.1 and django-htmlmin==0.10.0 got this error. Cannot reproduce with FF. Disabling htmlmin fixes the problem. Tried to rewrap TemplateResponse with HttpResponse in HtmlMinifyMiddleware.process_response() without any effect. Cannot find anything with debugger. Anyone knows what's this?
Hi!
After updating to
Django==1.11.1
anddjango-htmlmin==0.10.0
got this error. Cannot reproduce with FF. Disabling htmlmin fixes the problem. Tried to rewrap TemplateResponse with HttpResponse inHtmlMinifyMiddleware.process_response()
without any effect. Cannot find anything with debugger. Anyone knows what's this?Thanks!