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
When serialize_data=True, a DoesNotExist error occurs during deletion if the defer field is present.
This happens because, with serialize_data=True, it tries to retrieve all fields not listed in serialize_kwargs['fields'], but the record has already been deleted.