mongo-python-driver/doc/api
Bernie Hackett d2f9807cd1 PYTHON-857 - Remove MongoClient.(min|max)_wire_version.
The min_wire_version and max_wire_version attributes have
always been racy when connected to a mixed version replica set
or any sharded cluster. When connected to a mongos all you know
is the wire version of that mongos, not the shards behind it.
With mongos load balancing this problem is even worse, since
each operation could possibly be executed on a different mongo
version during an upgrade.
2015-03-24 14:38:25 -07:00
..
bson PYTHON-835 - Consistent method signatures. 2015-02-24 13:44:16 -08:00
gridfs Remove GridFS.open and close, and GridFile. 2014-10-31 14:15:25 -04:00
pymongo PYTHON-857 - Remove MongoClient.(min|max)_wire_version. 2015-03-24 14:38:25 -07:00
index.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00