Merge pull request #979 from DavidBord/fix-453

fix-#453: Queryset update doesn't go through field validation
This commit is contained in:
David Bordeynik
2015-05-02 20:26:56 +03:00
5 changed files with 38 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Queryset update doesn't go through field validation #453
- Added support for specifying authentication source as option `authSource` in URI. #967
- Fixed mark_as_changed to handle higher/lower level fields changed. #927
- ListField of embedded docs doesn't set the _instance attribute when iterating over it #914