@@ -257,9 +257,9 @@ expression matching, and year value matching for datetime fields.
257
257
258
258
.. tip::
259
259
260
- To view a full list of lookup types, see `Field lookups
261
- <{+django-docs+}/ ref/models/querysets/#field-lookups>`__ in the
262
- ``QuerySet`` {+framework+} API reference.
260
+ To view a full list of lookup types, see
261
+ :std:ext-doc:`Field lookups < ref/models/querysets/#field-lookups>`
262
+ in the ``QuerySet`` {+framework+} API reference.
263
263
264
264
This section describes how to refine your query filters
265
265
in the following ways:
@@ -397,18 +397,17 @@ You can run queries that use multiple sets of matching criteria
397
397
in the following ways:
398
398
399
399
- Pass multiple query filters to your query method, separated
400
- by commas. To view an example, see `Retrieving objects
401
- <{+django-docs+}/ topics/db/queries/#retrieving-objects>`__ in the
402
- {+framework+} documentation.
400
+ by commas. To view an example, see
401
+ :std:ext-doc:`Django's LOGGING setting < topics/db/queries/#retrieving-objects>`
402
+ in the {+framework+} documentation.
403
403
404
- - Chain query methods together. To learn more, see `Chaining filters
405
- <{+django-docs+}/ topics/db/queries/#chaining-filters>`__ in the {+framework+}
406
- documentation.
404
+ - Chain query methods together. To learn more, see
405
+ :std:ext-doc:`Chaining filters < topics/db/queries/#chaining-filters>`
406
+ in the {+framework+} documentation.
407
407
408
408
- Use ``Q`` objects and separate each object with a logical operator.
409
- To learn more, see `Complex lookups with Q objects
410
- <{+django-docs+}/topics/db/queries/#complex-lookups-with-q-objects>`__ in the {+framework+}
411
- documentation.
409
+ To learn more, see :std:ext-doc:`Complex lookups with Q objects <topics/db/queries/#complex-lookups-with-q-objects>`
410
+ in the {+framework+} documentation.
412
411
413
412
Q Object Example
414
413
````````````````
@@ -814,5 +813,6 @@ pipeline syntax, see the :ref:`django-raw-queries` guide.
814
813
To learn how to perform other ``QuerySet`` operations, see the
815
814
:ref:`django-crud` guide.
816
815
817
- To learn more about {+framework+} queries, see `Making queries <{+django-docs+}/topics/db/queries>`__
816
+ To learn more about {+framework+} queries, see
817
+ :std:ext-doc:`Making queries <topics/db/queries>`
818
818
in the {+framework+} documentation.
0 commit comments