flask-mongoengine
flask-mongoengine copied to clipboard
Add support for ObjectIdField
It would be nice to express this as a hidden field.
I guess this is linked to https://github.com/MongoEngine/flask-mongoengine/issues/138#issuecomment-213485871.
Can you please be more explicit?
Maybe model_form would just render ObjectIdField as a simple StringField containing a string of the ID. One can always set field_args to customize it as a hidden field.