Updated index creation allows kwargs to be passed through refs (MongoEngine/mongoengine#104)

This commit is contained in:
Ross Lawley
2012-09-03 12:29:58 +01:00
parent 576e198ece
commit 9b9696aefd
3 changed files with 38 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.7.X
=================
- Updated index creation allows kwargs to be passed through refs (MongoEngine/mongoengine#104)
- Fixed Q object merge edge case (MongoEngine/mongoengine#109)
- Fixed reloading on sharded documents (hmarr/mongoengine#569)
- Added NotUniqueError for duplicate keys (MongoEngine/mongoengine#62)