8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec80a1 commit dfc2982Copy full SHA for dfc2982
form/data_transformers.rst
@@ -8,8 +8,8 @@ Data transformers are used to translate the data for a field into a format that
8
be displayed in a form (and back on submit). They're already used internally for
9
many field types. For example, the :doc:`DateType </reference/forms/types/date>` field
10
can be rendered as a ``yyyy-MM-dd``-formatted input text box. Internally, a data transformer
11
-converts the ``DateTime`` value of the field to the ``yyyy-MM-dd`` string
12
-to render the form, and then back to a ``DateTime`` object on submit.
+converts the ``DateTime`` value of the field to a ``yyyy-MM-dd`` formatted string
+when rendering the form, and then back to a ``DateTime`` object on submit.
13
14
.. caution::
15
0 commit comments