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