From ff79cbacd698abfec5efe12c3809986cd2e6a97c Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Tue, 30 Jun 2015 15:03:06 -0700 Subject: [PATCH] PYTHON-954 - Update links and text for TxMongo --- doc/faq.rst | 4 ++-- doc/tools.rst | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index 89fd78347..f2183e75b 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -95,8 +95,8 @@ To use MongoDB with `Tornado `_ see the `Motor `_ project. For `Twisted `_, see `TxMongo -`_. Compared to PyMongo, -TxMongo is less stable, lacks features, and is less actively maintained. +`_. Its stated mission is to keep feature +parity with PyMongo. Key order in subdocuments -- why does my query work in the shell but not PyMongo? --------------------------------------------------------------------------------- diff --git a/doc/tools.rst b/doc/tools.rst index d02c3154c..74c6c21ee 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -135,6 +135,5 @@ These are alternatives to PyMongo. * `Motor `_ is a full-featured, non-blocking MongoDB driver for Python Tornado applications. -* `TxMongo `_ is an - asynchronous Python driver for MongoDB, although it is not currently - recommended for production use. +* `TxMongo `_ is an asynchronous Twisted + Python driver for MongoDB.