From 91e25bf7abaa85c33df15f854b099ce664eae56b Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Sun, 2 Nov 2014 08:07:55 -0800 Subject: [PATCH] Add version information to docstring. --- pymongo/collection.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pymongo/collection.py b/pymongo/collection.py index b8b19802c..4354625cf 100644 --- a/pymongo/collection.py +++ b/pymongo/collection.py @@ -1668,6 +1668,9 @@ class Collection(common.BaseObject): .. note:: Requires server version **>= 1.3.0** + .. versionchanged:: 2.8 + Added the optional manipulate parameter + .. versionchanged:: 2.5 Added the optional full_response parameter