Fixes the support for Unicode slugs first brought in via #48. We had a regression with newer versions of Wagtail. Updated the SlugField to accept Unicode values explicitly, and generated new migrations to update the prod db.
CI will likely fail on this until #129 is brought in.
Fixes the support for Unicode slugs first brought in via #48. We had a regression with newer versions of Wagtail. Updated the SlugField to accept Unicode values explicitly, and generated new migrations to update the prod db.
CI will likely fail on this until #129 is brought in.