PYTHON-954 - Update links and text for TxMongo

This commit is contained in:
Bernie Hackett 2015-06-30 15:03:06 -07:00
parent e4c8d17a8f
commit ff79cbacd6
2 changed files with 4 additions and 5 deletions

View File

@ -95,8 +95,8 @@ To use MongoDB with `Tornado <http://www.tornadoweb.org/>`_ see the
`Motor <https://github.com/mongodb/motor>`_ project.
For `Twisted <http://twistedmatrix.com/>`_, see `TxMongo
<http://github.com/fiorix/mongo-async-python-driver>`_. Compared to PyMongo,
TxMongo is less stable, lacks features, and is less actively maintained.
<https://github.com/twisted/txmongo>`_. 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?
---------------------------------------------------------------------------------

View File

@ -135,6 +135,5 @@ These are alternatives to PyMongo.
* `Motor <https://github.com/mongodb/motor>`_ is a full-featured, non-blocking
MongoDB driver for Python Tornado applications.
* `TxMongo <http://github.com/fiorix/mongo-async-python-driver>`_ is an
asynchronous Python driver for MongoDB, although it is not currently
recommended for production use.
* `TxMongo <https://github.com/twisted/txmongo>`_ is an asynchronous Twisted
Python driver for MongoDB.