Closed tbrlpld closed 3 years ago
Strange, haven't seen that one before.
We recently published 2.1.0, can you try with 2.0.0 and see if that makes a difference?
It works with 2.0.1 👍
I guess the fixes for Wagtail 2.13 broke something with the older versions (I am on 2.12.4).
Sorry, I think I screwed up with the version check in my 2.13 compatibility fixes... same thing as here I suspect. https://github.com/wagtail/wagtail-generic-chooser/pull/32
@tbrlpld, thanks for the report. I've published 2.1.1
with @gasman's fix.
Hi, I am currently trying to get the instance selector working on a new project.
I have this model:
and this page type:
When I now try to create a new instance of that page type, I get the following error:
The page model works fine when I comment the
inst_handlers.InstanceSelectorPanel("resources"),
line.Migrations have been created and run.
Any pointers on what might be wrong here? I suspect some version issue here since the setup is minimal.