mongo-python-driver/doc/api
behackett c07e543e58 PYTHON-820 - API changes for find/find_one to comply with CRUD spec.
- Changed parameter names (default values and behaviors remain the same):
  - spec (spec_or_id in find_one) -> filter
  - fields -> projection
  - partial -> allow_partial_results

- The "timeout" option is renamed to "no_cursor_timeout" with its default
  changed to False.

- The tailable, await_data, and exhaust options will be replaced with a
  cursor_type option. Valid values:
  - cursor.NON_TAILABLE
  - cursor.TAILABLE
  - cursor.TAILABLE_AWAIT
  - cursor.EXHAUST

- The following options are added:
  - oplog_replay (bool - default False) - only valid with tailable cursors
    against the oplog.
  - modifiers (document - default None) - A dict of query modifiers. See
    http://docs.mongodb.org/manual/reference/operator/query-modifier/#modifiers for
    options.

- The following options are removed, replaced by the "modifiers" option:
  - max_scan
  - snapshot

- The as_class option is removed. Use Collection.with_options instead.
2015-01-19 22:10:56 -08:00
..
bson PYTHON-801 - Add STANDARD and PYTHON_LEGACY to bson.binary 2014-12-24 09:52:58 -08:00
gridfs Remove GridFS.open and close, and GridFile. 2014-10-31 14:15:25 -04:00
pymongo PYTHON-820 - API changes for find/find_one to comply with CRUD spec. 2015-01-19 22:10:56 -08:00
index.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00