Skip to content

Commit 28d2f6d

Browse files
committed
Removed duplicated lines from UPGRADE file
1 parent e1fc5a5 commit 28d2f6d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

UPGRADE-2.1.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,3 @@ UPGRADE FROM 2.0 to 2.1
116116
case when you added it manually or when the field is a single-choice field
117117
and is not required), you can restore the old behaviour by setting the
118118
option "value_strategy" to `ChoiceList::COPY_CHOICE`.
119-
of choices in a choice field has changed. Instead of appending the choice
120-
value, a generated integer is now appended by default. Take care if your
121-
Javascript relies on that. If you can guarantee that your choice values only
122-
contain ASCII letters, digits, letters, colons and underscores, you can
123-
restore the old behaviour by setting the option "index_strategy" of the
124-
choice field to `ChoiceList::COPY_CHOICE`.

0 commit comments

Comments
 (0)