-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Djongo : Value: '__' must be an instance of <class 'dict'> or <class 'list'> when defining EmbeddedField or ArrayField in model #566
Comments
The same as #491 Downgrading Djongo to 1.3.1 works for me, |
Thanks for the reply. Downgrading to 1.3.1 doesn't work for me since my project needs Django 3 which is not supported by this version Djongo. Any other workarounds to the issue? Haven't been able to find any other answers online. |
hey, do you have any solution.?, this issue same with me |
Hello, |
pls, show all requirements.txt file. I tried to use djongo==1.3.3 and Django == 3.0.5, but nothing comes out... |
This usually happens when you define an |
Error : On Django Admin form - input value ----Value: '__' must be an instance of <class 'dict'> or <class 'list'> when defining EmbeddedObjects or ArrayField in model
Python script
Traceback
The text was updated successfully, but these errors were encountered: