pypi wagtail-herald 0.10.1
v0.10.1: Fix swappable image model in migration

latest releases: 0.12.1, 0.12.0, 0.11.1...
5 months ago

Bug Fix

Migration 0008 hardcoded to="wagtailimages.image" for organization_logo ForeignKey. This caused IntegrityError on projects using custom image models (e.g. WAGTAILIMAGES_IMAGE_MODEL).

Fix

Use swappable_dependency(WAGTAILIMAGES_IMAGE_MODEL) — same pattern as migration 0001.

Full Changelog: v0.10.0...v0.10.1

Don't miss a new wagtail-herald release

NewReleases is sending notifications on new releases.