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 text was updated successfully, but these errors were encountered:
The variable
unbound_func
in the lambda function ofattach_to_data_model
method ofDataModelSerializers
class takes the value from the surrounding scope. This makes every overwritten serializer bound to the last value ofunbound_func
.The text was updated successfully, but these errors were encountered: