From 19f12f3f2f380987c23dcafb8f288eb51177363d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Fri, 4 Oct 2019 21:51:12 +0200 Subject: [PATCH] document pymongo in RTD and make it point to github --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 686ef547..662968d4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,6 +29,12 @@ MongoDB. To install it, simply run :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 ---------