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

update pymongo2.2 #28

Closed telking closed 12 years ago

telking commented 12 years ago

File "/usr/local/lib/python2.7/dist-packages/flaskext/mongoalchemy/init.py", line 278, in cmp return self.mongo_id.__cmp(other.mongo_id) AttributeError: 'ObjectId' object has no attribute 'cmp'

fsouza commented 12 years ago

Thank you for reporting this.

I'll give flask-mongoalchemy some care :)

telking commented 12 years ago

When can I to fix the bug? The 0.6 version when released?

fsouza commented 12 years ago

Sorry about the time, I'll fix it today and release a minor version of Flask-MongoAlchemy.