mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Mapper fields should be reinstantiated when mapper is instantiated #107

Open jackqu7 opened 8 years ago

jackqu7 commented 8 years ago

Currently self.fields is in fact cls.fields and changes made to fields persist across all Mapper instances