Skip to content

Commit 445573a

Browse files
committed
edits
1 parent e35be75 commit 445573a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/configure-connection.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Connection Configuration
2929
After installing {+django-odm+} and creating a project, you can configure
3030
your connection to MongoDB in the following ways:
3131

32-
- :ref:`django-connection-configure-manual` by updating the
33-
``DATABASES`` setting
32+
- :ref:`django-connection-configure-manual` by updating your
33+
project's ``DATABASES`` setting
3434
- :ref:`django-connection-configure-automatic` by using
3535
the ``parse_uri()`` method
3636

@@ -114,7 +114,7 @@ to a MongoDB deployment with the following configuration:
114114
.. tip::
115115

116116
To see a full list of connection options that you
117-
can pass to the ``OPTIONS`` field, see the optional
117+
can set in the ``OPTIONS`` field, see the optional
118118
parameters for `MongoClient <https://pymongo.readthedocs.io/en/4.10.1/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
119119
in the PyMongo API documentation.
120120

@@ -142,8 +142,8 @@ Example
142142

143143
The following example uses the ``parse_uri()`` method to connect
144144
to a MongoDB deployment with the same configuration as
145-
the :ref:`manual configuration <django-manual-config-example>`
146-
example in this guide:
145+
the previous :ref:`manual configuration <django-manual-config-example>`
146+
example:
147147

148148
.. code-block:: python
149149

0 commit comments

Comments
 (0)