LeeHanYeong / django-quill-editor

django-quill-editor makes Quill.js easy to use on Django Forms and admin sites
https://django-quill-editor.readthedocs.io
MIT License
202 stars 49 forks source link

I get QuillParseError while migrating from models.TextField #43

Open selcuko opened 3 years ago

selcuko commented 3 years ago

Hey. I recently switched to this module, but it gives me QuillParseError because my texts are not within HTML tags. I don't think it should raise an exception in this situation but instead parse it as plain text. Could you implement such thing? Thanks in advance.