closeio / cleancat

Validation and serialization library for Python designed to be used with JSON REST frameworks
MIT License
52 stars 8 forks source link

Fix raw field name serialization #32

Closed wojcikstefan closed 6 years ago

wojcikstefan commented 6 years ago

The field name coming in (i.e. during the "clean" phase) should be the same as the field name going out (during serialization).