Releases: MongoEngine/flask-mongoengine
Releases · MongoEngine/flask-mongoengine
Last travis release
Changes
- Use fldt.$ to avoid double jQuery.noConflict(true) (#313) @martinhanzik
- Run Travis builds in a container-based environment (#301) @wojcikstefan
- Fix test and mongomock (#304) @touilleMan
- Connect parameter (#321) @noirbizarre
Breaking Changes
- Update install requirements to last flask dependencies (#390) @insspb
- Pymongo support < 3.6.0 dropped (#372) @insspb
- Drop python versions from python 2.7 to 3.5 (#359) @insspb
- Code reformatting, cleanup and formatting automation (#368) @insspb
Added
- Restored changelogs for versions 0.9.2-0.9.5 (#370) @insspb
- Python 3.9 support added (#415) @insspb
- Github workflows for labels verification and releases notes (#391) @insspb
- Github Actions CI/CD tests for project (#394) @insspb
- Added label_modifier option on ReferenceField conversion (#348) @sebbekarlsson
- Add custom message option for get_or_404 function (#361) @insspb
- Add DateField support #405 @qisoster (#416) @insspb
- Add Codeclimate and codecov to Github CI/CD (#396) @insspb
Changed
- Travis updated to use focal ubuntu images (#419) @insspb
- Сlarify new URI style setting proccesing regarding db. (#329) @Irisha
- Update setup.py: Remove setup_requirements (#380) @9nix00
- Update installation documentation (#378) @onlinejudge95
- Tests refactoring. Moving to pytest engine (#397) @insspb
- Replace general Exception raising with more detailed type (#398) @insspb
- Remove six dependency (Drop Python 2.7 compatibility) (#393) @insspb
- Changed: Imports order, drop imports for python 2.7 (#374) @insspb
- Allow keep config in MongoEngine object until init_app (#401) @insspb
Fixed
- Pass 'places' to 'precision' in wtfForms DecimalField convertation (#343) @PeterKharchenko
- ListField documentation extended with
min_entries
info (#353) @molitoris - Fixed: docstrings typo in flask_mongoengine/operation_tracker.py (#383) @timgates42
- Fix formdata default value on ModelForm <-> FlaskForm inheritance. (#387) @sdayu
This release is made by wonderful contributors:
@9nix00, @Irisha, @PeterKharchenko, @alysivji, @insspb, @itsnauman, @martinhanzik, @molitoris, @noirbizarre, @onlinejudge95, @qisoster, @sdayu, @sebbekarlsson, @timgates42, @touilleMan and @wojcikstefan
v0.9.2
This is just a test release finalizing the TravisCI automation which will automatically publish new GitHub releases on PyPI.
v0.9.1
v0.9.0
Dropped Python v2.6 support.
v0.8.2
v0.8.1
Major Release version 0.8
- 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
Release version 0.7.5
- Changes to resolve
MongoEngine
deprecatedhelp_text
andsafe
attribute issues. - Minor
PyPy3
compatibility issue with operation tracker resolved. SESSION_TTL
setting is accepted via app config to set and override session timeout default.- Provided
RadioField
component via model form. - Other enhancements
Version 0.7.2
Merge pull request #129 from corydolphin/patch-1 Update version to 0.7.2
Version 0.7.1
Added myself to AUTHORS