MongoEngine / flask-mongoengine

MongoEngine flask extension with WTF model forms support
Other
840 stars 256 forks source link

This is a dead project - DO NOT USE #525

Open awbsough opened 1 year ago

awbsough commented 1 year ago

Don't even bother using this - Its no longer maintained and the owner hasn't made a release even though his extension is now officially broken in Flask unless you downgrade.

bruno-robert commented 1 year ago

Are there any good alternatives you recommend?

guilhermeesales commented 1 year ago

Don't even bother using this - Its no longer maintained and the owner hasn't made a release even though his extension is now officially broken in Flask unless you downgrade.

Pymongo or Mongo Engine

franklinchou commented 1 year ago

https://github.com/dcrosta/flask-pymongo

Is this flask specific wrapper still maintained?

idoshr commented 1 year ago

This fork can be good alternative until @insspb will merge the PRs https://github.com/idoshr/flask-mongoengine/tree/1.0.1

EDIT: https://pypi.org/project/flask-mongoengine-3/

ruben-sprengel commented 11 months ago

Any chance to merge the needed pr's and release a new compatible version to the latest flask release @insspb ? Currently flask-mongoengine prevents me to update flask to 2.3.X aswell the new flask release 3.x.x

Maybe we can discuss to add more maintainers to this project to keep the flask-mongoengine development alive?

ahmetelgun commented 8 months ago

Hi. I forked this project and publish a new version. But i removed the WTForms support. If you are not using WTForms features, you can add directly new fork to your own project.

https://github.com/ahmetelgun/flask-mongoengine2/

idoshr commented 8 months ago

I release new version with support to WTFforms >= 3.1 https://pypi.org/project/flask-mongoengine-3/