This is an implementation of Deform for MongoEngine documents.
It is based on django-mongodbforms, replacing Django dependencies with Deform equivalents, so it can (theoretically) be used with any web framework that uses MongoEngine, though Pyramid is the main focus.
- Deform >= 0.9.7
- MongoEngine >= 0.6
mongodeform's usage will be similar to django-mongodbforms in most cases, except in Django-specific areas.
TBD
TBD