mirror of
https://github.com/django/django.git
synced 2025-11-24 04:47:12 +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:
parent
1aa69a7491
commit
01f8460653
26 changed files with 168 additions and 171 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue