Skip to content

Commit c0fb447

Browse files
committed
minor #13519 RepeatedType overrides mapped value for the type to work properly (biozshock)
This PR was merged into the 3.4 branch. Discussion ---------- RepeatedType overrides `mapped` value for the type to work properly Add a note to the documentation about overridden `mapped` option for inner fields. Commits ------- b29335a RepeatedType overrides `mapped` value for the type to work properly
2 parents 8cea2ad + b29335a commit c0fb447

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference/forms/types/repeated.rst

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ shown to the user.
9898
The ``invalid_message`` is used to customize the error that will
9999
be displayed when the two fields do not match each other.
100100

101+
.. note::
102+
103+
The ``mapped`` option is always ``true`` for both fields in order for the type
104+
to work properly.
105+
101106
Field Options
102107
-------------
103108

0 commit comments

Comments
 (0)