File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,8 @@ function accepts the following arguments:
147
147
- ``uri``: Your MongoDB connection URI.
148
148
- ``conn_max_age``: Configures persistent database connections.
149
149
This argument is optional. To learn more, see
150
- :py:mod:` persistent-database-connections`
150
+ `Persistent connections <{+django-docs+}/ref/databases/# persistent-database-connections>`__
151
151
in the {+framework+} documentation.
152
- :py:module:`persistent-database-connections`
153
- :py:mod:`~persistent-database-connections`
154
- :py:module:`~persistent-database-connections`
155
152
- ``test``: Provides a dictionary of settings for test
156
153
databases. This argument is optional. To learn more, see
157
154
`the TEST setting <{+django-docs+}/ref/settings/#test>`__
Original file line number Diff line number Diff line change @@ -741,7 +741,7 @@ provided ``KT()`` expressions.
741
741
see the following resources in the {+framework+} documentation:
742
742
743
743
- `KT() expressions <{+django-docs+}/topics/db/queries/#module-django.db.models.fields.json>`__
744
- :py:mod :`~django.db.models.fields.json`
744
+ :py:module :`~django.db.models.fields.json`
745
745
- :py:meth:`~django.db.models.query.QuerySet.annotate`
746
746
747
747
The following example uses ``annotate()`` and ``KT()`` to create a
You can’t perform that action at this time.
0 commit comments