Reverted EmbeddedDocuments meta handling.

You now can turn off inheritance (MongoEngine/mongoengine#119)
This commit is contained in:
Ross Lawley
2012-09-07 13:23:46 +01:00
parent 99637151b5
commit a2183e3dcc
6 changed files with 61 additions and 18 deletions

View File

@@ -2,6 +2,10 @@
Changelog
=========
Changes in 0.7.3
================
- Reverted EmbeddedDocuments meta handling - now can turn off inheritance (MongoEngine/mongoengine#119)
Changes in 0.7.2
================
- Update index spec generation so its not destructive (MongoEngine/mongoengine#113)