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
I am using Flask-Admin on a project and recently changed some of my ReferenceField's to CachedReferenceField's in order to save myself some execution time on lookups, however this introduced a new issue where Flask-Admin no longer provides input for the CachedReferenceField's on the creation of objects. I've narrowed the problem down to flask-mongoengine wtf forms not supporting them.
Any assistance in getting my project to support them would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi @ScriptProdigy , excuse for long reply.
I am currently rewriting complete engine, and expect to implement CachedReferenceField there.
But at the same time I looked at flask-mongoengine code, that are used in flask-admin, and it is outdated. they use pinned version, so our side changes will not work there.
More over the code there was not updated for.... Years... As well some time ago here....
I keep in mind an idea to integrate flask-admin from our side, but it will not happen very soon, unless somebody will want to start adapt their contribs here, with new generation engine.
I am using Flask-Admin on a project and recently changed some of my ReferenceField's to CachedReferenceField's in order to save myself some execution time on lookups, however this introduced a new issue where Flask-Admin no longer provides input for the CachedReferenceField's on the creation of objects. I've narrowed the problem down to flask-mongoengine wtf forms not supporting them.
Any assistance in getting my project to support them would be greatly appreciated!
The text was updated successfully, but these errors were encountered: