What are the types of your model fields? I'm getting these warnings when using 
Option[Datetime] because Datetime doesn't have a default value. To make things 
worse, you can't solve it even with manual initialization: `none Datetime` 
still doesn't initialize a Datetime object which throws the warning.

Reply via email to