Results 12 comments of bekab95

you may tell blank=true in ``` class Task(db.Document): frequency = db.StringField(choices = (('daily', 'Daily'), ('monthly', 'Monthly'), ('yearly', 'Yearly')), verbose_name = 'Frequency', blank=True) ```

@gordol +1 I have the same issue not for wtf forms I need it to use with Flask 1.02 and Flask Admin and is it possible ?

@gordol is the EmbeddedDocumentListField much efficient than ListField ?

https://github.com/flask-admin/flask-admin/issues/1644 it this related to mongoengine issue ?

@raoulcimpean I am in angular and need top level solution to work for all slider initialized

Connect False did not help

https://stackoverflow.com/questions/51139089/mongoclient-opened-before-fork-create-mongoclient-only-flask/51217223#51217223

@sv0 Thanks, can you add minimal example when email is delivered mark email sent in database ?