froala / django-froala-editor

Package to integrate Froala WYSIWYG HTML rich text editor with Django.
https://froala.com/wysiwyg-editor
283 stars 72 forks source link

Django 3.2 not supported due to missing db_collation support #101

Closed StevenMapes closed 3 years ago

StevenMapes commented 3 years ago

From the Django 3.2 release notes: "_Third-party database backends must implement support for column database collations on CharFields and TextFields or set DatabaseFeatures.supports_collation_on_charfield and DatabaseFeatures.supports_collation_on_textfield to False. If non-deterministic collations are not supported, set supports_non_deterministiccollations to False."

StevenMapes commented 3 years ago

Actually this made not be an issue here, I'll close this and will run further investigations