mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user