-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Fix nested write of non-relational fields #6916
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
Conversation
2b512c0
to
981fb4c
Compare
981fb4c
to
2d52a0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This largely looks good to me, save some small nitpicks.
* no need to change `raise_errors_on_nested_writes` signature * declare nested-model outside of the test class
8b9797c
to
3801ef7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Approving without merging.
Hi all, any chance on adding this in next release? We are stuck to 3.9.4 due to this issue. Do we have something pending? |
Was waiting for other members to review, but this is good to go. |
hope to see this in 3.10.x |
Great news. Thanks for the help and feedback @rpkilby . |
There should be another 3.10.x release before ~December (3.11 should roughly correspond with Django 3.0's release). |
Description
Continuing work started in #6741 . This MR fixes dotted write and adds the related tests.