flask-mongoengine icon indicating copy to clipboard operation
flask-mongoengine copied to clipboard

This is a dead project - DO NOT USE

Open awbsough opened this issue 1 year ago • 7 comments

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.

awbsough avatar Jun 03 '23 12:06 awbsough

Are there any good alternatives you recommend?

bruno-robert avatar Jun 19 '23 09:06 bruno-robert

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

guilhermeesales avatar Jun 21 '23 01:06 guilhermeesales

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

Is this flask specific wrapper still maintained?

franklinchou avatar Jul 30 '23 14:07 franklinchou

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/

idoshr avatar Sep 13 '23 07:09 idoshr

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?

ruben-sprengel avatar Oct 03 '23 22:10 ruben-sprengel

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/

ahmetelgun avatar Jan 18 '24 14:01 ahmetelgun

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

idoshr avatar Jan 18 '24 15:01 idoshr