diff --git a/docs/faq.rst b/docs/faq.rst new file mode 100644 index 00000000..27cd6937 --- /dev/null +++ b/docs/faq.rst @@ -0,0 +1,13 @@ +========================== +Frequently Asked Questions +========================== + +Does MongoEngine support asynchronous drivers (Motor, TxMongo)? +--------------------------------------------------------------- + +No, MongoEngine is exclusively based on PyMongo and isn't designed to support other driver. +If this is a requirement for your project, check the alternative: `uMongo`_ and `MotorEngine`_. + +.. _uMongo: https://umongo.readthedocs.io/ +.. _MotorEngine: https://motorengine.readthedocs.io/ + diff --git a/docs/index.rst b/docs/index.rst index 2102df02..662968d4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,9 +23,18 @@ MongoDB. To install it, simply run :doc:`upgrade` How to upgrade MongoEngine. +:doc:`faq` + Frequently Asked Questions + :doc:`django` Using MongoEngine and Django +MongoDB and driver support +-------------------------- + +MongoEngine is based on the PyMongo driver and tested against multiple versions of MongoDB. +For further details, please refer to the `readme `_. + Community --------- @@ -73,6 +82,7 @@ formats for offline reading. apireference changelog upgrade + faq django Indices and tables