Update upgrade.rst
Add note to the upgrade guide about 0.8.7 bad package issue. #919 #929
This commit is contained in:
parent
a092910fdd
commit
1ce6a7f4be
@ -2,6 +2,18 @@
|
|||||||
Upgrading
|
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
|
0.8.7
|
||||||
*****
|
*****
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user