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:
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 fromrequirements.txt
: