File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ Changes in 0.8
6+ ==============
7+
8+ - Dropped MongoEngine 0.7 support
9+ - Added MongoEngine 0.10 support
10+ - Added PyMongo 3 support
11+ - Added Python3 support up to 3.5
12+ - Allowed empying value list in SelectMultipleField
13+ - Fixed paginator issues
14+ - Use InputRequired validator to allow 0 in required field
15+ - Made help_text Field attribute optional
16+ - Added RadioField
17+ - Added field parameters (validators, filters...)
18+ - Fixed 'False' connection settings ignored
19+ - Fixed bug to allow multiple instances of extension
20+ - Added MongoEngineSessionInterface support for PyMongo's tz_aware option
21+ - Support arbitrary primary key fields (not "id")
22+ - Configurable httponly flag for MongoEngineSessionInterface
23+ - Various bugfixes, code cleanup and documentation improvements
24+
525Changes in 0.7
626==============
727- Fixed only / exclude in model forms (#49)
You can’t perform that action at this time.
0 commit comments