Merge pull request #2463 from PeterNerlich/patch-2

Fix inconsistency with example
This commit is contained in:
Bastien Gérard 2021-01-12 23:10:53 +01:00 committed by GitHub
commit af3d3b7ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ the :attr:`host` to
)
will establish connection to ``production`` database using
``admin`` username and ``qwerty`` password.
``admin`` username and ``12345`` password.
.. note:: Calling :func:`~mongoengine.connect` without argument will establish
a connection to the "test" database by default