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
As accidentally detected during #69 — this fixes a little issue with KeyError raised when the field is removed from the object, and a field-handler is called for that event, and fails to "resolve" the old/new value for the field-handler (i.e. a subset of a bigger diff-object), as the field is not in one of those per-object old/new structs.
The text was updated successfully, but these errors were encountered:
As accidentally detected during #69 — this fixes a little issue with
KeyError
raised when the field is removed from the object, and a field-handler is called for that event, and fails to "resolve" the old/new value for the field-handler (i.e. a subset of a bigger diff-object), as the field is not in one of those per-object old/new structs.The text was updated successfully, but these errors were encountered: