Empty fields submit blank values (integers get zeros)
Created by: geoffharcourt
I noticed when submitting empty fields that my models were failing validation. It appears that a blank value in the edit view leads to an empty string being submitted to the model. Should we nil
these out?