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 1
1
Changelog
2
2
=========
3
3
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
+
4
16
Changes in Version 1.2
5
17
----------------------
6
18
- `spec ` parameter for :meth: `~pymongo.collection.Collection.remove ` is
Original file line number Diff line number Diff line change 28
28
ALL = 2
29
29
"""Profile all operations."""
30
30
31
- version = "1.2+ "
31
+ version = "1.2.1 "
32
32
"""Current version of PyMongo."""
33
33
34
34
Connection = PyMongo_Connection
You can’t perform that action at this time.
0 commit comments