Skip to content

Commit 870f278

Browse files
committed
fixes
1 parent c02c87c commit 870f278

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

source/connect.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,8 @@ function accepts the following arguments:
147147
- ``uri``: Your MongoDB connection URI.
148148
- ``conn_max_age``: Configures persistent database connections.
149149
This argument is optional. To learn more, see
150-
:py:mod:`persistent-database-connections`
150+
`Persistent connections <{+django-docs+}/ref/databases/#persistent-database-connections>`__
151151
in the {+framework+} documentation.
152-
:py:module:`persistent-database-connections`
153-
:py:mod:`~persistent-database-connections`
154-
:py:module:`~persistent-database-connections`
155152
- ``test``: Provides a dictionary of settings for test
156153
databases. This argument is optional. To learn more, see
157154
`the TEST setting <{+django-docs+}/ref/settings/#test>`__

source/interact-data/specify-a-query.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ provided ``KT()`` expressions.
741741
see the following resources in the {+framework+} documentation:
742742

743743
- `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`
745745
- :py:meth:`~django.db.models.query.QuerySet.annotate`
746746

747747
The following example uses ``annotate()`` and ``KT()`` to create a

0 commit comments

Comments
 (0)