We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ad1bc commit eba3486Copy full SHA for eba3486
reference/forms/types/options/choice_value.rst.inc
@@ -11,8 +11,8 @@ configure the value that will be sent in the API request).
11
This can be a callable or a property path. See `choice_label`_ for similar usage.
12
If ``null`` is used, an incrementing integer is used as the name.
13
14
-If you are using a callable to populate ```choice_value```, you need to check
15
-for the case that the value of the field may be ```null```.
+If you are using a callable to populate ``choice_value``, you need to check
+for the case that the value of the field may be ``null``.
16
17
.. caution::
18
0 commit comments