a84bb7 Allow all the forms containing an optional SelectField to return None

Authored and Committed by Pierre-Yves Chibon 9 years ago
    Allow all the forms containing an optional SelectField to return None
    
    Otherwise, when the field was containing None it would be converted
    to 'None' this is due to the default coerce being `unicode` in wtforms
    cf: http://wtforms.simplecodes.com/docs/0.6/fields.html#wtforms.fields.SelectField
    
        
file modified
+2 -1