mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue