Wagtail Django migration doesn’t get applied when running `migrate`
When I run Django makemigrations
on Wagtail I get a migration (pasted at the bottom) which doesn’t seem to migrate properly. Here you see me making the migration successfully, applying it without errors and then, after doing runserver
, being told that I have migrations to run.