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
diff returns a generator. In your use case it sounds like you need to "instantiate" the diff with list, and if you need a dict, you need to wrap the result explicitly. So something like this?
Maybe I've missed something but I cant see how to generate a diff dict.
I need a dict representation of the changes to simplify database updates. Is this possible?
The text was updated successfully, but these errors were encountered: