Skip to content

Commit

Permalink
Merge pull request #210 from Nobatek/dev_JL_changelog_v0_8
Browse files Browse the repository at this point in the history
Update changelog for 0.8
  • Loading branch information
losintikfos committed Feb 26, 2016
2 parents c34498b + 1d17428 commit db19e5d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog
=========

Changes in 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 RadioField
- 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

Changes in 0.7
==============
- Fixed only / exclude in model forms (#49)
Expand Down

0 comments on commit db19e5d

Please sign in to comment.