Changed some words to use inline markup.

This commit is contained in:
David Smith 2022-03-10 09:18:31 +00:00 committed by GitHub
parent b1005c0e40
commit 67b5f506a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 43 additions and 50 deletions

View file

@ -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