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

Allow setting a custom document class #39

Closed misja closed 10 years ago

misja commented 10 years ago

This will be useful if one wants to subclass the default document class.

misja commented 10 years ago

Should have tested this, it fails since Document is defined later.