django-multiselectfield
django-multiselectfield copied to clipboard
TypeError: can't adapt type '_FakeSqlVal'
I'm on Django 3.2 / Postgres. When I go to save a model in Django Admin that is using a Multiselect field (note the model is also polymorphic using django-polymorphic), this error occurs. I can't trace it back to anything. Haven't been able to look through the library code yet.
This occured for me on the latest bump to 0.1.13 version. For now I have to downgrade back to 0.1.12 which solves the issue.