File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Connection Configuration
29
29
After installing {+django-odm+} and creating a project, you can configure
30
30
your connection to MongoDB in the following ways:
31
31
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
34
34
- :ref:`django-connection-configure-automatic` by using
35
35
the ``parse_uri()`` method
36
36
@@ -114,7 +114,7 @@ to a MongoDB deployment with the following configuration:
114
114
.. tip::
115
115
116
116
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
118
118
parameters for `MongoClient <https://pymongo.readthedocs.io/en/4.10.1/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
119
119
in the PyMongo API documentation.
120
120
@@ -142,8 +142,8 @@ Example
142
142
143
143
The following example uses the ``parse_uri()`` method to connect
144
144
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:
147
147
148
148
.. code-block:: python
149
149
You can’t perform that action at this time.
0 commit comments