I'm trying to use martor with Django 4.0 but I get this error when running the Django app:
ImportError raised when trying to load 'martor.templatetags.martortags': cannot import name 'force_text' from 'django.utils.encoding'
Details
- Django version: 4.0
- Martor version & theme: 1.6.4
Steps to reproduce
- Setup a new Django 4.0 project
- Add martor to the installed apps
- ./manage.py runserver
- ImportError: cannot import name 'force_text' from 'django.utils.encoding'