django-html-field icon indicating copy to clipboard operation
django-html-field copied to clipboard

HTMLField requires an html_cleaner?

Open paulshannon opened this issue 13 years ago • 0 comments
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.

paulshannon avatar Apr 25 '12 15:04 paulshannon