Django - Tag
2015
-
▸
Python 3.5 and Django 1.7's HTMLParseError
Python 3.5 removed html.parser.HTMLParseError which breaks Django 1.7. Workaround involves upgrading Django or applying the django-autoconfig patch to fix the compatibility issue.