chb / indivo_server

The Indivo™ Personally Controlled Health Record
http://indivohealth.org
GNU General Public License v3.0
103 stars 40 forks source link

The unbound function in the lambda function being taken from the surrounding scope #55

Open jgkim opened 10 years ago

jgkim commented 10 years ago

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.