City-of-Helsinki / wagtail-svgmap

ImageMap functionality for Wagtail through inline SVGs
BSD 3-Clause "New" or "Revised" License
13 stars 8 forks source link

Compatibility with Wagtail 4, Django 4 #21

Open nutjob4life opened 1 year ago

nutjob4life commented 1 year ago

After following the installation instructions and adding wagtail_svgmap to INSTALLED_APPS, Django fails to start:

Traceback (most recent call last):
…
  File "wagtail_svgmap/models.py", line 6, in <module>
    from django.utils.encoding import python_2_unicode_compatible
ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' (django/utils/encoding.py)

This is with Wagtail 4.1.1 and Django 4.1.4 on Python 3.10.