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

View file

@ -422,7 +422,7 @@ Arguments sent with this signal:
Same as ``sender``.
``verbosity``
Indicates how much information manage.py is printing on screen. See
Indicates how much information ``manage.py`` is printing on screen. See
the :option:`--verbosity` flag for details.
Functions which listen for :data:`pre_migrate` should adjust what they
@ -481,7 +481,7 @@ Arguments sent with this signal:
Same as ``sender``.
``verbosity``
Indicates how much information manage.py is printing on screen. See
Indicates how much information ``manage.py`` is printing on screen. See
the :option:`--verbosity` flag for details.
Functions which listen for :data:`post_migrate` should adjust what they

View file

@ -2397,7 +2397,7 @@ Newlines in the HTML content will be preserved.
------------------
Recursively takes a self-nested list and returns an HTML unordered list --
WITHOUT opening and closing <ul> tags.
WITHOUT opening and closing ``<ul>`` tags.
The list is assumed to be in the proper format. For example, if ``var``
contains ``['States', ['Kansas', ['Lawrence', 'Topeka'], 'Illinois']]``, then