Prechádzať zdrojové kódy

Added reference to TypedChoiceField in ChoiceField docs.

David Sanders 1 rok pred
rodič
commit
f8c43aca46
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      docs/ref/forms/fields.txt

+ 6 - 0
docs/ref/forms/fields.txt

@@ -494,6 +494,12 @@ For each field, we describe the default widget used if you don't specify
         time the field's form is initialized, in addition to during rendering.
         time the field's form is initialized, in addition to during rendering.
         Defaults to an empty list.
         Defaults to an empty list.
 
 
+    .. admonition:: Choice type
+
+        This field normalizes choices to strings, so if choices are required in
+        other data types, such as integers or booleans, consider using
+        :class:`TypedChoiceField` instead.
+
     .. versionchanged:: 5.0
     .. versionchanged:: 5.0
 
 
         Support for using :ref:`enumeration types <field-choices-enum-types>`
         Support for using :ref:`enumeration types <field-choices-enum-types>`