Update docs/upgrade.rst
This commit is contained in:
parent
87c965edd3
commit
e508625935
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue