mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
This commit is contained in:
parent
413f3bb5c8
commit
f5ff5010cd
20 changed files with 75 additions and 108 deletions
|
@ -402,9 +402,7 @@ translates (roughly) into the following SQL:
|
|||
|
||||
Python has the ability to define functions that accept arbitrary name-value
|
||||
arguments whose names and values are evaluated at runtime. For more
|
||||
information, see `Keyword Arguments`_ in the official Python tutorial.
|
||||
|
||||
.. _`Keyword Arguments`: https://docs.python.org/tutorial/controlflow.html#keyword-arguments
|
||||
information, see :ref:`tut-keywordargs` in the official Python tutorial.
|
||||
|
||||
The field specified in a lookup has to be the name of a model field. There's
|
||||
one exception though, in case of a :class:`~django.db.models.ForeignKey` you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue