Merge branch 'master' of github.com:MongoEngine/mongoengine

This commit is contained in:
Ross Lawley
2013-03-07 15:31:48 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -183,3 +183,9 @@ Alternatively, you can rename your collections eg ::
else:
print "Upgraded collection names"
mongodb 1.8 > 2.0 +
===================
Its been reported that indexes may need to be recreated to the newer version of indexes.
To do this drop indexes and call ``ensure_indexes`` on each model.