spiral-project / daybed

Form validation and data storage API
http://daybed.rtfd.org/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Should store deserialized value of records #255

Closed leplatrem closed 9 years ago

leplatrem commented 9 years ago

Records are well validated. However we do not store the deserialized version of posted records.

For example, the autonow option of date fields brings a default value during deserialization. But this is never stored, because we "only validate" and store the posted value instead of storing the result of deserialization.

This applies to:

leplatrem commented 9 years ago

Fixed in #256