mongo-python-driver/doc/api/pymongo
behackett e0b52baf8e PYTHON-672 - Make read preference a class
This commit introduces the following changes:

- Each read preference is now a class.
- Read preferences other than Primary accept a tag_sets parameter.
- The tag_sets attribute of MongoClient, Database, and Collection has
  been removed. Use the tag_sets parameter of the new classes instead.
- The read_preferences.ReadPreference constant still exists and should
continue to work as expected for most users.
2014-04-14 16:28:07 -07:00
..
bulk.rst Fluent API for bulk write operations PYTHON-630 2014-01-21 11:47:09 -08:00
collection.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
command_cursor.rst Fix aggregate cursor read preference issues PYTHON-636 2014-02-10 18:55:50 -08:00
cursor_manager.rst Deprecate cursor manager support PYTHON-323 2012-04-17 22:05:05 -04:00
cursor.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
database.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
errors.rst API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
index.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
message.rst doc for message module 2009-11-16 18:43:13 -08:00
mongo_client.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
mongo_replica_set_client.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
pool.rst Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
read_preferences.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
son_manipulator.rst API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
uri_parser.rst Docs for pymongo.uri_parser. 2011-08-05 14:34:10 -07:00