Skip to content

Commit db19e5d

Browse files
committed
Merge pull request #210 from Nobatek/dev_JL_changelog_v0_8
Update changelog for 0.8
2 parents c34498b + 1d17428 commit db19e5d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
Changelog
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+
525
Changes in 0.7
626
==============
727
- Fixed only / exclude in model forms (#49)

0 commit comments

Comments
 (0)