-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave(). #17667
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
a02ac7f
to
f9181ae
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.
Thanks for the start here, left some comments to move this forward.
Thanks @jacobtylerwalls for review |
f93f1da
to
327cdc8
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.
@salvo-polizzi Thanks 👍
I pushed small edits to docs, and copied the same deprecation to the asave()
.
Thanks @felixxm |
Also stop swallowing **kwargs in some cases. Refs django/django#17667
Also stop swallowing **kwargs in some cases. Refs django/django#17667
Also stop swallowing **kwargs in some cases. Refs django/django#17667
Also stop swallowing **kwargs in some cases. Refs django/django#17667
Also stop swallowing **kwargs in some cases. Refs django/django#17667
Refs: ticket 35060