Update upgrade.rst

Add note to the upgrade guide about 0.8.7 bad package issue.  #919 #929
This commit is contained in:
Ross Lawley 2015-04-08 10:49:23 +01:00
parent a092910fdd
commit 1ce6a7f4be

View File

@ -2,6 +2,18 @@
Upgrading
#########
0.9.0
*****
The 0.8.7 package on pypi was corrupted. If upgrading from 0.8.7 to 0.9.0 please follow:
.. code-block::
pip uninstall pymongo
pip uninstall mongoengine
pip install pymongo==2.8
pip install mongoengine
0.8.7
*****