-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: can't adapt type '_FakeSqlVal' #158
Comments
This started happening with me recently. I have a model A which is a configuration to generate new records of model B. The model A is created and have no problems saving this If model clean field is running it throws |
+1. same error happens for me using django and mysql. |
Same here with running tests via django-app-helper. With multiselectfield 0.1.13 I also run into the ProgrammingError. |
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.
The text was updated successfully, but these errors were encountered: