Skip to content

Commit

Permalink
Update upgrade.rst
Browse files Browse the repository at this point in the history
Add note to the upgrade guide about 0.8.7 bad package issue.  #919 #929
  • Loading branch information
rozza committed Apr 8, 2015
1 parent a092910 commit 1ce6a7f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****

Expand Down

0 comments on commit 1ce6a7f

Please sign in to comment.