django-html-field
django-html-field copied to clipboard
HTMLField requires an html_cleaner?
trafficstars
html_field/forms/fields.py
line 27: value = self.html_cleaner.clean(value) throws AttributeError when no html_cleaner is supplied. The init doesn't require a html_cleaner.