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

Mention Django version support in README & Docs #64

Closed TareqMonwer closed 2 years ago

TareqMonwer commented 3 years ago

Hi! Thank you for your effort for managing this package. I came across this yesterday and I found django-quill0editor is not working in Django 3.2 (to be specific, in template files, {{ obj.content.html|safe }} doesn't work, it throws some parsing error.) and I didn't even notice that support for Django 3.2 is not mentioned anywhere.

Is it possible to upgrade the package or at-least mention django supported version in the readme & docs? Thanks.

LeeHanYeong commented 2 years ago

Hello. This library is being developed based on Django 3.2 :) Let us know what error you're getting and we'll review it. *If a model previously used as TextField or CharField is migrated to QuillField, it may not work properly.