Mateusz Piotrowski
d672c40524
Stylize GitHub correctly ( #351 )
...
Fix a link to PyMongo GitHub source
2018-04-06 13:30:32 -07:00
Bernie Hackett
73478106eb
PYTHON-1463 - Implement read / write concern spec
2018-04-06 12:55:09 -07:00
Bernie Hackett
3cd6f32e7c
PYTHON-1509 - Update auth docs for SCRAM-SHA-256
2018-03-30 19:17:35 -07:00
Bernie Hackett
6c09ce0a1e
PYTHON-1454 - Document the status of MONGODB-CR in MongoDB
2018-03-30 19:05:14 -07:00
Shane Harvey
a30eb87db3
PYTHON-1495 Document PythonAnywhere incompatibility
2018-03-08 13:00:08 -08:00
Shane Harvey
a9e2192919
BUMP 3.6.1
2018-02-28 19:00:09 -08:00
Bernie Hackett
e7e4833112
PYTHON-1485 - Strongly encourage the use modern TLS protocols
2018-02-27 12:55:32 -08:00
Bernie Hackett
2c932dfe77
PYTHON-1477 PYTHON-1478 PYTHON-1480 - Doc improvements
2018-02-22 17:14:28 -08:00
Shane Harvey
b86c1e6019
PYTHON-1482 Fix monotonic time import for Python 2
...
Add changelog for 3.6.1
2018-02-21 17:01:03 -08:00
Derek Frank
fde5b8685e
Update tools documentation ( #345 )
...
Add testing driver, mongomock.
Add new ORM-like framework, uMongo.
Update no longer maintained ORM-like libraries, MongoKit, MongoAlchemy,
minimongo, and Manga.
2018-02-12 11:31:41 -08:00
nesdis
bc9df037e1
Djongo: A MongoDB connector for Django
...
Djongo is a connector for using Django with MongoDB as the database backend
2017-12-04 09:58:04 -08:00
nesdis
e1c7fb455f
Djongo
...
A connector for using Django with MongoDB
2017-12-04 09:58:04 -08:00
nesdis
eedbb3ed01
Djongo connector for MongoDB
...
Djongo is a connector for using Django with MongoDB as the database backend
2017-12-04 09:58:04 -08:00
nesdis
38fac8c3e3
Update tools.rst
2017-12-04 09:58:04 -08:00
Bernie Hackett
507f954ed4
Update copyright dates
2017-12-01 17:23:39 -08:00
Shane Harvey
96b6f8d0d4
Update changelog and causal docs for 3.6.
2017-11-30 14:55:23 -08:00
Shane Harvey
36a31ff94a
BUMP 3.6rc0.
2017-11-20 14:36:38 -08:00
Shane Harvey
47302096f9
PYTHON-1339 Retryable multi-statement writes.
...
MongoClient with retryWrites=true works when the cluster does not support retryable writes.
2017-11-20 12:18:00 -08:00
Bernie Hackett
86791d8e9b
Update docs and changelog
2017-11-14 16:39:12 -08:00
ramiscoding
34d3dc7d86
Removing unused datetime module import
2017-11-14 15:58:54 -08:00
ramiscoding
e95a9ae478
Modifying the copyright date for reproducibility
2017-11-14 15:58:54 -08:00
ramiscoding
3ff3ce7937
Reproducibility-fix
2017-11-14 15:58:54 -08:00
Bernie Hackett
6507d263b9
PYTHON-1398 - Raw batch methods do not support sessions
2017-11-10 10:02:29 -08:00
Bernie Hackett
1e802b3108
PYTHON-1310, PYTHON-1311 - Deprecate add_user and remove_user
...
Also document what to use instead.
2017-11-09 16:58:39 -08:00
Bernie Hackett
1227f5544d
PYTHON-1280 - Support maxTimeMS in index management methods
2017-11-09 15:57:50 -08:00
Bernie Hackett
a6155c59c6
PYTHON-1380 - Port compatibility policy document to PyMongo 3
2017-11-08 18:04:14 -08:00
Brian Moss
89b3c4a508
PYTHON-1399 Update MongoDB connection URL for GSSAPI auth
2017-11-08 11:30:37 -08:00
Jagrut
3d28006aba
Add name to contributor list ( #341 )
2017-10-30 07:28:31 -07:00
Bernie Hackett
73a6356385
PYTHON-1325 - Deprecate the aggregate useCursor option
2017-10-27 13:49:31 -07:00
Bernie Hackett
f107c08754
PYTHON-1355 - list_collections improvements
2017-10-26 16:50:19 -07:00
Bernie Hackett
5d05ad2748
PYTHON-1379 - Implement Database Enumeration spec
2017-10-24 13:24:56 -07:00
Bernie Hackett
732b0f15df
PYTHON-1378 - Implement DNS seedlist discovery
2017-10-19 13:53:02 -07:00
Shane Harvey
6721e0157b
Revert "PYTHON-1299 Remove "safe" legacy messages."
...
This reverts commit da8fabc49a .
2017-10-12 12:14:33 -07:00
TaoBeier
2847ef89f1
PYTHON-1388 fix docs example. ( #338 )
2017-10-06 10:27:14 -07:00
Shane Harvey
d2f0ade371
PYTHON-1389 Fix aggregation doctests for MongoDB 3.5.13.
2017-10-04 10:22:40 -07:00
A. Jesse Jiryu Davis
889a36464f
PYTHON-1332 - Sessions and multi-auth
2017-10-03 17:19:09 -04:00
Shane Harvey
da8fabc49a
PYTHON-1299 Remove "safe" legacy messages.
2017-09-29 12:09:24 -07:00
A. Jesse Jiryu Davis
3cba982db9
PYTHON-1332 - Test lsid with all commands
2017-09-29 14:52:26 -04:00
gzcf
9051b65510
PYTHON-1299 fix Regex __eq__ method ( #337 )
2017-09-29 10:57:21 -07:00
Shane Harvey
e775295ab5
PYTHON-1367 Ignore uuid_representation when decoding BSON binary subtype 4.
2017-09-12 17:20:14 -07:00
caosiyang
db57f671dc
PYTHON-1371 - The tailable cursor cannot get document through __getitem__(index) on MongoDB v3.4
...
Fix issue and add test case.
2017-09-08 11:45:11 -07:00
Shane Harvey
74605b73f6
PYTHON-1338 Support change stream API.
2017-09-07 17:12:45 -07:00
Shane Harvey
f0b18ccfc5
PYTHON-1364 Drop support for CPython 3.3.
2017-09-05 17:45:30 -07:00
A. Jesse Jiryu Davis
ac052ae86c
PYTHON-1332 - Begin the Session API
2017-09-01 14:02:10 -04:00
Anthony Sottile
41be71f09f
Trim trailing whitespace
2017-08-31 22:26:39 -07:00
Anthony Sottile
ff81fbb938
Ensure files end in a newline
2017-08-31 22:26:39 -07:00
A. Jesse Jiryu Davis
cfb30e91c0
PYTHON-1362 - Add find/aggregate_raw_batches()
...
Rename find_raw to find_raw_batches, and add aggregate_raw_batches.
Rename RawBSONCursor and RawBSONCommandCursor to RawBatchCursor and
RawBatchCommandCursor.
2017-08-25 15:26:16 -04:00
A. Jesse Jiryu Davis
0534596dc5
PYTHON-1362 - Add raw_batches option to find()
2017-08-25 15:24:16 -04:00
A. Jesse Jiryu Davis
b49f1000c1
PYTHON-1299 - Remove MongoDB 2.4 notes from docs
2017-08-24 15:33:12 -04:00
Bernie Hackett
69d2250311
PYTHON-1358 - Switch to Jira Release Notes links
...
Jira server no longer allows anonymous users to view
the "roadmap" page for a project release. This broke most of the
"Issues Resolved" links in the changelog. The Jira Release Notes
pages are still viewable by anonymous users.
This change also adds the release notes for 2.9.5 and 3.3.1, which
never made it into master.
2017-08-21 15:57:58 -07:00