From 4c67cbb4b765cbbbcccaaad3a2f6512a1cb79c1f Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Tue, 6 Mar 2012 12:31:14 +0000 Subject: [PATCH] Updated upgrade docs. Reported issues with older pymongo and sharding --- docs/upgrade.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 1609bb80..d6eabfe6 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -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 ===========