-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
AttributeError: 'ManyToManyRel' object has no attribute 'has_default' #248
Comments
Thanks for reporting this issue @a-edakin! We'll deploy the fix within the next release. |
After @ashiazed PRs, I think this is the only one which prevents us from a new release. |
Cannot update to past 1.3.2 at this time because of a bug with `ManyToMany` fields. See model-bakers/model_bakery#248.
@berinhard thanks a lot for maintaing this! Is this still planned for next release? Looks like 1.4.0 has been released in the meantime |
Wow, that was fast! Obrigado de novo! (thanks again 😉 ) |
Your comment helped me to remind myself about how long I was away of the project. Thank you =) |
Anyone know when a release will be made with this fix? |
HI @epicserve! It has been deployed in 1.5.0 release |
Thanks a lot for this c: |
After update from 1.3.2 to 1.3.3 started getting exception from title.
Sorry I didn't debug properly this issue and can't say why this is happening but my best guess would be because of this change 1.3.2...1.3.3#diff-e5857deb915e241f429a0c118e89e06a3388d3ce1466e3aa4b960b7055172b6dL322
Expected behavior
Actual behavior
And as a result of new element from Baker.get_fields()
Reproduction Steps
I don't think that model that I use has any custom behavior and it's just because of how Baker.get_fields() works in new 1.3.3 version
Models that I use anyway
Versions
Python: 3.8.10
Django: 2.2.24
Model Bakery: 1.3.3
The text was updated successfully, but these errors were encountered: