cobrateam / flask-mongoalchemy

Flask support for MongoDB using MongoAlchemy.
https://pythonhosted.org/Flask-MongoAlchemy/
BSD 2-Clause "Simplified" License
217 stars 45 forks source link

upgrade to Flask 0.8 #27

Closed fsouza closed 12 years ago

fsouza commented 12 years ago

flask-mongoalchemy does not work with Flask 0.8. It must be updated.

ruudud commented 12 years ago

More specific, what is not working?

I'm using this extension the most straight forward way, and it is working for me with Flask 0.8.

fsouza commented 12 years ago

actually, flask-mongoalchemy is not compatible with the new Flask extensions model.

Also, the test suite fails with Flask 0.8.