django-froala-editor
django-froala-editor copied to clipboard
Filtering by FroalaField()
I have a model with FroalaField() and I want to filter data by the field. Unfortunately the Model.objects.filter() doesnt have option to filter by field__contains. How do I search on the field?