You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the dict counterpart, it would definitely be useful to update an object with some fields and also save it in one operation. Something similar to obj.update(field=value, field2=value2).
The text was updated successfully, but these errors were encountered:
Like the
dict
counterpart, it would definitely be useful to update an object with some fields and also save it in one operation. Something similar toobj.update(field=value, field2=value2)
.The text was updated successfully, but these errors were encountered: