You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mongoengine.base.fields.BaseField - it provides flask-mongoengine wtf to
extend on the field parameters and settings on behalf of wtf model form
generator.
We achieve this by monkey patch all mongoengine fields classes whose
base class is BaseField at __init__ of flask-mongoengine.
Feature:
0 commit comments