We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56fb9 commit 746faceCopy full SHA for 746face
docs/guide/connecting.rst
@@ -31,6 +31,8 @@ the :attr:`host` to
31
32
connect('project1', host='mongodb://localhost/database_name')
33
34
+.. note:: URI containing SRV records (e.g mongodb+srv://server.example.com/) can be used as well as the :attr:`host`
35
+
36
.. note:: Database, username and password from URI string overrides
37
corresponding parameters in :func:`~mongoengine.connect`: ::
38
0 commit comments