@@ -257,9 +257,9 @@ expression matching, and year value matching for datetime fields.
257257
258258.. tip::
259259
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.
263263
264264This section describes how to refine your query filters
265265in the following ways:
@@ -397,18 +397,17 @@ You can run queries that use multiple sets of matching criteria
397397in the following ways:
398398
399399- 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.
403403
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.
407407
408408- 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.
412411
413412Q Object Example
414413````````````````
@@ -814,5 +813,6 @@ pipeline syntax, see the :ref:`django-raw-queries` guide.
814813To learn how to perform other ``QuerySet`` operations, see the
815814:ref:`django-crud` guide.
816815
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>`
818818in the {+framework+} documentation.
0 commit comments