Skip to content

Major Release version 0.8

Compare
Choose a tag to compare
@losintikfos losintikfos released this 11 Aug 11:21
· 543 commits to master since this release
  • Dropped MongoEngine 0.7 support
  • Added MongoEngine 0.10 support
  • Added PyMongo 3 support
  • Added Python3 support up to 3.5
  • Allowed empying value list in SelectMultipleField
  • Fixed paginator issues
  • Use InputRequired validator to allow 0 in required field
  • Made help_text Field attribute optional
  • Added "radio" form_arg to convert field into RadioField
  • Added "textarea" form_arg to force conversion into TextAreaField
  • Added field parameters (validators, filters...)
  • Fixed 'False' connection settings ignored
  • Fixed bug to allow multiple instances of extension
  • Added MongoEngineSessionInterface support for PyMongo's tz_aware option
  • Support arbitrary primary key fields (not "id")
  • Configurable httponly flag for MongoEngineSessionInterface
  • Various bugfixes, code cleanup and documentation improvements
  • Move from deprecated flask.ext.* to flask_* syntax in imports
  • Added independent connection handler for FlaskMongoEngine
  • All MongoEngine connection calls are proxied via FlaskMongoEngine connection handler
  • Added backward compatibility for settings key names
  • Added support for MongoMock and temporary test DB
  • Fixed issue with multiple DB support
  • Various other bugfixes