I have some reference fields inside a list of embedded documents that I would like to fill with options ... but when I try and specify them it throws this error:
File "/home/aparashar/codefreak/project-awesomeness/env-awesomeness/lib/python2.7/site-packages/flask_admin/model/widgets.py", line 63, in __call__
data = field.loader.format(field.data)
AttributeError: 'StringField' object has no attribute 'format'
Are form_ajax_refs not supported in mongoengine / embedded documents?
I have some reference fields inside a list of embedded documents that I would like to fill with options ... but when I try and specify them it throws this error:
Are form_ajax_refs not supported in mongoengine / embedded documents?
Is it possible to make custom ajax loaders for mongoengine? Could you point me to some docs which explain the process. Thanks.