mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Prevented (and corrected) single backtick usage in docs.
This commit is contained in:
parent
4a6f2b63d7
commit
1cdfe8d912
42 changed files with 105 additions and 88 deletions
|
@ -153,7 +153,7 @@ The first element in each tuple is the name to apply to the group. The
|
|||
second element is an iterable of 2-tuples, with each 2-tuple containing
|
||||
a value and a human-readable name for an option. Grouped options may be
|
||||
combined with ungrouped options within a single list (such as the
|
||||
`unknown` option in this example).
|
||||
``'unknown'`` option in this example).
|
||||
|
||||
For each model field that has :attr:`~Field.choices` set, Django will add a
|
||||
method to retrieve the human-readable name for the field's current value. See
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue