Skip to content

Commit 7c1198f

Browse files
sinisaosSkelmis
andauthored
Update docs/source/custom_forms/index.rst
Co-authored-by: Ethan <[email protected]>
1 parent decc315 commit 7c1198f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/custom_forms/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Custom forms support ``Enum`` type. Here's a example:
4747
.. literalinclude:: ../../../piccolo_admin/example/forms/enum.py
4848

4949
.. warning::
50-
We need to do the ``Enum`` type conversion from the form data ourselves.
50+
We need to do the ``Enum`` type conversion from the form data ourselves as a result of how this feature is implemented. If you don't do this conversion, then the field with be provided as a ``str`` instead of the ``Enum``.
5151

5252
``FileResponse``
5353
----------------

0 commit comments

Comments
 (0)