File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in Version 1.2.1
5+ ------------------------
6+ - add :doc: `changelog ` to docs
7+ - add ``setup.py doc --test `` to run doctests for tutorial, examples
8+ - move most examples to Sphinx docs (and remove from *examples/ *
9+ directory)
10+ - raise :class: `~pymongo.errors.InvalidId ` instead of
11+ :class: `TypeError ` when passing a 24 character string to
12+ :class: `~pymongo.objectid.ObjectId ` that contains non-hexadecimal
13+ characters
14+ - allow :class: `unicode ` instances for :class: `~pymongo.objectid.ObjectId ` init
15+
416Changes in Version 1.2
517----------------------
618- `spec ` parameter for :meth: `~pymongo.collection.Collection.remove ` is
Original file line number Diff line number Diff line change 2828ALL = 2
2929"""Profile all operations."""
3030
31- version = "1.2+ "
31+ version = "1.2.1 "
3232"""Current version of PyMongo."""
3333
3434Connection = PyMongo_Connection
You can’t perform that action at this time.
0 commit comments