darklow / django-suit-redactor

Imperavi Readactor (WYSIWYG editor) integration app for Django admin
26 stars 21 forks source link

Django 3 compatibility #19

Closed erik closed 2 years ago

erik commented 2 years ago

I know this repo is effectively abandoned, but opening this PR just in case anyone else is using django-suit-redactor and trying to upgrade to a recent version of Django.

I pulled in @dennisvd's changes from #18 and fixed the imports.

Unsure if anything else would be needed to fully support Django 3.2+, but this worked for me. YMMV

The Django 3 compatible django-suit + django-suit-redactor versions I'm pulling in from requirements.txt:

git+https://github.com/coredumperror/django-suit.git@master
git+https://github.com/erik/django-suit-redactor.git@patch-1