Skip to content

Commit 09befe5

Browse files
committed
test
1 parent e398f4b commit 09befe5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/connect.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ function accepts the following arguments:
146146
- ``db_name``: The name of the database you want to use.
147147
- ``conn_max_age``: Configures persistent database connections.
148148
This argument is optional. To learn more, see
149-
:std:ext-doc:`Persistent connections <databases/#persistent-database-connections>`
149+
:ref:`Persistent connections <django:persistent-database-connections>`
150150
in the {+framework+} documentation.
151151
- ``test``: Provides a dictionary of settings for test
152152
databases. This argument is optional. To learn more, see
153-
:std:ext-doc:`the TEST setting <ref//settings/#test>`
153+
`the TEST setting <{+django-docs+}/ref/settings/#test>`__
154154
in the {+framework+} documentation.
155155

156156
Example

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ expression matching, and year value matching for datetime fields.
261261
:std:ext-doc:`Field lookups <ref/models/querysets/#field-lookups>`
262262
in the ``QuerySet`` {+framework+} API reference.
263263

264+
:ref:`Field Lookups <django:field-lookups>`
265+
:py:mod:`QuerySet <django.db.models.querysets>`
266+
264267
This section describes how to refine your query filters
265268
in the following ways:
266269

0 commit comments

Comments
 (0)