neon-jungle / wagtail-birdsong

Create, send, preview, edit and test email campaigns from within Wagtail
BSD 3-Clause "New" or "Revised" License
103 stars 27 forks source link

trying to make the package with Wagtail 5 compatible #42

Closed ramiboutas closed 8 months ago

cathug commented 9 months ago

Can you update the line from models.py: from wagtail.utils import camelcase_to_underscore to wagtail.coreutils import camelcase_to_underscore

also in views/unsubscribe.py You can add the wagtail version logic ... i.e. for version 5, change line from wagtail.core.models import Site to from wagtail.models import Site

seb-b commented 8 months ago

superceded by #43