mongo-python-driver/doc/examples
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
..
aggregation.rst Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
authentication.rst Mention the pykerberos module, which supports python 3. 2014-04-03 11:01:34 -07:00
bulk.rst Better nModified handling PYTHON-647 2014-03-10 15:20:29 -07:00
custom_type.rst Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
geo.rst Don't doctest geoNear example. 2014-01-30 17:16:26 -08:00
gevent.rst Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
gridfs.rst Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
high_availability.rst PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
index.rst Bulk API docs and examples PYTHON-630 2014-02-01 19:21:42 -08:00
mod_wsgi.rst Improved mod_wsgi docs. PYTHON-567 2013-09-18 11:54:54 -04:00
requests.rst PYTHON-526 Remove the "safe" option. 2014-04-04 17:15:50 -07:00