mongo-python-driver/doc
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
..
api PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
examples PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
__init__.py mongohub doc stuff 2010-01-29 17:35:21 -05:00
changelog.rst PYTHON-665 Drop support for Python 2.4, 2.5, and 3.1 2014-04-04 16:14:21 -07:00
conf.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
contributors.rst Add Luke Lovett to contributors. 2014-02-21 13:46:25 -08:00
faq.rst PYTHON-665 Drop support for Python 2.4, 2.5, and 3.1 2014-04-04 16:14:21 -07:00
index.rst Python 3 FAQ. 2012-04-20 10:41:29 -07:00
installation.rst Work around Xcode 5.1 build issues PYTHON-654 2014-03-13 16:06:12 -07:00
make.bat API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
Makefile API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
mongo_extensions.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
python3.rst PYTHON-665 Drop support for Python 2.4, 2.5, and 3.1 2014-04-04 16:14:21 -07:00
tools.rst Fix a few documentation issues. 2014-01-14 10:06:16 -08:00
tutorial.rst Show both host, port and URI examples. 2013-05-23 15:44:27 -07:00