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.