Dynamic fields are now validated on save

(MongoEngine/mongoengine#153) (MongoEngine/mongoengine#154)
This commit is contained in:
Ross Lawley
2012-12-19 12:32:06 +00:00
parent c528ac09d6
commit 9cc02d4dbe
5 changed files with 33 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ Changes in 0.8
- Inheritance is off by default (MongoEngine/mongoengine#122)
- Remove _types and just use _cls for inheritance (MongoEngine/mongoengine#148)
- Only allow QNode instances to be passed as query objects (MongoEngine/mongoengine#199)
- Dynamic fields are now validated on save (MongoEngine/mongoengine#153) (MongoEngine/mongoengine#154)
Changes in 0.7.9
================