Commit Graph

397 Commits

Author SHA1 Message Date
Bernie Hackett
11a3d54f60 Changelog for PyMongo 2.8.1. 2015-05-11 10:57:42 -07:00
Bernie Hackett
5ed6a24086 PEP8 2015-05-07 16:11:46 -07:00
nahumoz@gmail.com
1152f89430 Add log4mongo-python
Log4mongo-python is actively maintained and upaded to the latest pymongo versions (2.8 and 3.X).
2015-05-07 16:03:41 -07:00
behackett
a73d3cbdab PYTHON-841 FAQ entry for key order and subdocument matching. 2015-04-28 17:29:06 -04:00
behackett
18711cae93 Add required whitespace. 2015-04-19 10:43:15 -07:00
Vladimir Savin
12cefd69c0 Small fix documentation aggregation
Updated the example of Grouping
2015-04-19 10:41:36 -07:00
Len Buckens
cc943f176c allow ssl_cert_reqs options to be passed as string 2015-04-13 12:27:05 -07:00
Bernie Hackett
720a141227 Update MongoDB version references from 2.8 to 3.0. 2015-01-24 09:21:32 -08:00
Bernie Hackett
0b715cff2e BUMP 2.8rc2 2014-12-24 11:38:35 -08:00
A. Jesse Jiryu Davis
753356a723 PYTHON-807 Deprecate Database.error() and related methods. 2014-12-19 19:56:02 -05:00
James Root
2aae624dda Updated minimongo repository location 2014-12-18 16:19:37 -08:00
A. Jesse Jiryu Davis
4a085f1d33 Fix formatting in changelog. 2014-12-12 15:24:35 -05:00
Bernie Hackett
e9e764c4f3 Add Heewa Barfchin to contributors. 2014-11-24 11:05:33 -08:00
Bernie Hackett
cf791ca74e Update changelog to mention new BSON helpers. 2014-11-24 11:04:12 -08:00
Bernie Hackett
80bcdb3156 PYTHON-791 - Fix JSON support for Timestamp. 2014-11-21 09:26:37 -08:00
Mieszko
1cf2f166e9 Two typos 2014-11-19 17:03:13 -05:00
Bernie Hackett
1c2f0cdb30 Changelog and related fixes. 2014-11-12 09:12:17 -08:00
Bernie Hackett
539d6f3d07 Fix a typo in the changelog. 2014-11-11 15:08:35 -08:00
Bernie Hackett
5755079dc4 PYTHON-778 - Document URI quoting rules. 2014-11-11 14:43:09 -08:00
Bernie Hackett
71bf8cf6e7 Changelog for PyMongo 2.8. 2014-11-11 14:24:49 -08:00
A. Jesse Jiryu Davis
0f1f99b52b PYTHON-784 Deprecate start_request. 2014-11-10 18:43:41 -05:00
A. Jesse Jiryu Davis
5e60982cf8 nit 2014-11-10 18:18:22 -05:00
A. Jesse Jiryu Davis
8925aec75d PYTHON-720 Explain deprecations and compatibility policy. 2014-11-10 18:18:22 -05:00
A. Jesse Jiryu Davis
facbb99611 PYTHON-783 Deprecate copy_database. 2014-11-10 11:17:20 -05:00
A. Jesse Jiryu Davis
0b7b51975e PYTHON-777 Make copy_database work with SCRAM-SHA-1.
See doc/examples/copydb.rst for details.
2014-11-07 17:13:40 -05:00
Bernie Hackett
49ff70c39e Add Sergey Azovskov to contributors. 2014-11-02 08:10:28 -08:00
Bernie Hackett
c7bbafe373 Add cannium to contributors. 2014-11-02 07:58:46 -08:00
Bernie Hackett
d3e88ee8ed PYTHON-768 - Support authMechanismProperties.
This change also deprecates the gssapiServiceName option, which
is replaced by authMechanismProperties=SERVICE_NAME:<service name>.
2014-10-29 13:37:05 -07:00
Don Mitchell
01b499850c Don't unnecessarily copy the key list
Conflicts:
	doc/contributors.rst
	test/test_son.py
2014-10-24 13:07:55 -04:00
A. Jesse Jiryu Davis
ab1c2bc894 PYTHON-706 Mention that backports.pbkdf2 provides the best performance.
(cherry picked from commit a7db21a)
2014-10-23 21:27:17 -04:00
A. Jesse Jiryu Davis
3ca47b804b PYTHON-764 Update auth examples for MongoDB 2.8. 2014-10-23 08:28:09 -04:00
A. Jesse Jiryu Davis
eb25125d64 PYTHON-757 Warn against installing third-party "bson" package.
Do **not** install the "bson" package. PyMongo comes with its own bson package;
doing "pip install bson" installs a third-party package that is incompatible
with PyMongo.
2014-10-09 16:56:10 -04:00
Bernie Hackett
93e7db4ec3 PYTHON-706 - SCRAM-SHA-1 support for PyMongo 2.x 2014-09-05 06:48:59 -07:00
Bernie Hackett
9ca8ad7fc9 Changelog for version 2.7.2. 2014-07-25 10:56:39 -07:00
Bernie Hackett
6baba92fcf Changelog for 2.7.1 2014-05-23 13:39:00 -07:00
Jaroslav Semančík
15511b70d8 Added Jaroslav Semančík (girogiro) to contributors 2014-05-01 11:28:49 -07:00
Bernie Hackett
348bd628aa PYTHON-690 - Various fixes to indexing docstrings. 2014-05-01 09:59:09 -07:00
Bernie Hackett
2fd2efaa85 Mention the pykerberos module, which supports python 3. 2014-04-03 11:01:34 -07:00
Bernie Hackett
3ebb4b2eb2 Fix Collection.remove docs. 2014-03-19 13:19:07 -07:00
Bernie Hackett
f1637f1ebf Work around Xcode 5.1 build issues PYTHON-654
This patch attempts to work around the unrecognized
cflag errors raised by clang 3.4 - shipped with Xcode 5.1.
2014-03-13 16:06:12 -07:00
Bernie Hackett
7b5cbedb74 Minor install doc update. 2014-03-11 18:05:10 -07:00
Bernie Hackett
016fc4fc7a Better nModified handling PYTHON-647
In a sharded cluster with mixed version shards (i.e.
one shard primary is 2.6, another is 2.4 or older) the
result of one call to update could include nModified
when the next does not. Since there is no way to provide
a valid count in this case we omit the field. Make sure
you upgrade your entire cluster to MongoDB 2.6 or newer
before relying on this field.
2014-03-10 15:20:29 -07:00
A. Jesse Jiryu Davis
2538f2c403 Remove link to obsolete Django demo, PYTHON-649. 2014-03-10 17:38:30 -04:00
A. Jesse Jiryu Davis
4b30644318 Omit nModified field from Bulk API results if legacy server, PYTHON-647. 2014-03-06 16:27:27 -05:00
Bernie Hackett
dc125553fb Add Luke Lovett to contributors. 2014-02-21 13:46:25 -08:00
Bernie Hackett
2655341699 Update install docs. 2014-02-17 12:30:44 -08:00
Bernie Hackett
2cf8081538 Minor doc change. 2014-02-17 12:11:54 -08:00
Bernie Hackett
ea18bdc1e0 Update install instructions for release candidates. 2014-02-14 13:00:13 -08:00
Bernie Hackett
26139557eb parallel_collection_scan -> parallel_scan PYTHON-633
Spec change. Also added better documentation with a
very basic example.
2014-02-13 09:16:53 -08:00
Bernie Hackett
1545129fea Fix doctests. 2014-02-12 18:29:39 -08:00