mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Changed some words to use inline markup.
This commit is contained in:
parent
b1005c0e40
commit
67b5f506a6
21 changed files with 43 additions and 50 deletions
|
@ -1610,7 +1610,7 @@ The possible values for :attr:`~ForeignKey.on_delete` are found in
|
|||
Set the :class:`ForeignKey` to the value passed to
|
||||
:func:`~django.db.models.SET()`, or if a callable is passed in,
|
||||
the result of calling it. In most cases, passing a callable will be
|
||||
necessary to avoid executing queries at the time your models.py is
|
||||
necessary to avoid executing queries at the time your ``models.py`` is
|
||||
imported::
|
||||
|
||||
from django.conf import settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue