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
The variable unbound_func in the lambda function of attach_to_data_model method of DataModelSerializers class takes the value from the surrounding scope. This makes every overwritten serializer bound to the last value of unbound_func.
The variable
unbound_funcin the lambda function ofattach_to_data_modelmethod ofDataModelSerializersclass takes the value from the surrounding scope. This makes every overwritten serializer bound to the last value ofunbound_func.