mongo-python-driver/doc
Shane Harvey 8b2eb24c35
PYTHON-2164 Remove client max_bson_size/max_message_size/max_write_batch_size (#766)
Use the hello command instead:
doc = client.admin.command('hello')
max_bson_size = doc['maxBsonObjectSize']
max_message_size = doc['maxMessageSizeBytes']
max_write_batch_size = doc['maxWriteBatchSize']

Also add documentation for TopologyDescription.apply_selector.
2021-11-01 14:26:47 -07:00
..
_templates DOP-1671: update GTM code (#507) 2020-11-04 14:00:57 -08:00
api PYTHON-2164 Remove client max_bson_size/max_message_size/max_write_batch_size (#766) 2021-11-01 14:26:47 -07:00
developer PYTHON-983 Update docs for new executor design. 2015-10-15 00:37:39 -04:00
examples PYTHON-2973 Revert back to using quote_plus/unquote_plus (#767) 2021-10-29 16:30:55 -07:00
pydoctheme docs: add google tag (#331) 2017-08-01 14:59:25 -07:00
static PYTHON-2658 Remove NPS survey (#615) 2021-04-30 14:20:10 -07:00
__init__.py Ensure files end in a newline 2017-08-31 22:26:39 -07:00
atlas.rst PYTHON-2133 Drop install support for Python 2 2021-01-14 09:53:24 -08:00
changelog.rst PYTHON-2164 Remove client max_bson_size/max_message_size/max_write_batch_size (#766) 2021-11-01 14:26:47 -07:00
compatibility-policy.rst PYTHON-1320 Remove legacy CRUD methods (#556) 2021-01-22 17:11:15 -08:00
conf.py PYTHON-2870 Add support for man/text/latex/etc.. docs output (#708) 2021-08-19 13:31:46 -07:00
contributors.rst PYTHON-1915 Prohibit copying ClientSession objects (#726) 2021-09-15 12:05:09 -07:00
docs-requirements.txt PYTHON-2817 Add .readthedocs.yaml config file (#769) 2021-10-28 17:12:30 -07:00
faq.rst PYTHON-2245 Change default uuidRepresentation to UNSPECIFIED (ie disable UUID encoding by default) (#724) 2021-09-14 16:48:52 -07:00
index.rst docs: Update link to sphinx website (#608) 2021-04-26 13:55:29 -07:00
installation.rst PYTHON-2386 Drop support for Python 3.5 2021-02-03 16:33:36 -08:00
make.bat PYTHON-2870 Add support for man/text/latex/etc.. docs output (#708) 2021-08-19 13:31:46 -07:00
Makefile PYTHON-2870 Add support for man/text/latex/etc.. docs output (#708) 2021-08-19 13:31:46 -07:00
migrate-to-pymongo3.rst PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
migrate-to-pymongo4.rst PYTHON-2164 Remove client max_bson_size/max_message_size/max_write_batch_size (#766) 2021-11-01 14:26:47 -07:00
python3.rst PYTHON-2386 Drop support for Python 3.5 2021-02-03 16:33:36 -08:00
tools.rst Added the mincePy ODM library to documented tools (#502) 2020-10-16 15:16:52 -07:00
tutorial.rst PYTHON-2133 Fix up docs 2021-01-21 15:49:23 -08:00