Updated upgrade docs. Reported issues with older pymongo and sharding

This commit is contained in:
Ross Lawley 2012-03-06 12:31:14 +00:00
parent ed2cc2a60b
commit 4c67cbb4b7

View File

@ -18,6 +18,8 @@ Document.objects.with_id - now raises an InvalidQueryError if used with a filter
FutureWarning - A future warning has been added to all inherited classes that
don't define `allow_inheritance` in their meta.
You may need to update pyMongo to 2.0 for use with Sharding.
0.4 to 0.5
===========