cobrateam / django-htmlmin

HTML minifier for Python frameworks (not only Django, despite the name).
http://pypi.python.org/pypi/django-htmlmin
BSD 2-Clause "Simplified" License
542 stars 73 forks source link

support for Django 1.10? #111

Closed akshaybabloo closed 7 years ago

akshaybabloo commented 7 years ago

Will this work on Django 1.10? That's because the new Django version does not use MIDDLEWARE_CLASSES anymore.

vayn commented 7 years ago

@akshaybabloo Yes, this middleware supports Django 1.10. It works very well as I can see.