Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects.

Thanks Bruno Alla, Sarah Boyce, and Jacob Walls for reviews.

Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
This commit is contained in:
Clifford Gama 2025-10-29 17:32:12 +02:00 committed by GitHub
parent 1aa69a7491
commit 01f8460653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 168 additions and 171 deletions

View file

@ -206,7 +206,7 @@ Arguments
the object.
``*args``
:class:`Q objects <django.db.models.Q>`.
:ref:`q-objects`.
``**kwargs``
Lookup parameters, which should be in the format accepted by ``get()`` and
@ -286,7 +286,7 @@ Arguments
list.
``*args``
:class:`Q objects <django.db.models.Q>`.
:ref:`q-objects`.
``**kwargs``
Lookup parameters, which should be in the format accepted by ``get()`` and