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

Provides HTMLFields for both models and forms, which perform sanitization/restricted subset enforcement and (optionally) integrates with django-ckeditor for rich text editing.

Results 2 django-html-field issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be great if these changes could get packed up for pypi. So that `pip install django-html-field django-ckeditor` would work as expected.

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.