From 28d2f6d38dcd47c03d5e23f52d059bbe36ef78f3 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Thu, 19 Jan 2012 17:59:01 +0100 Subject: [PATCH] Removed duplicated lines from UPGRADE file --- UPGRADE-2.1.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index 00a86f6833..8d13a18f4b 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -116,9 +116,3 @@ UPGRADE FROM 2.0 to 2.1 case when you added it manually or when the field is a single-choice field and is not required), you can restore the old behaviour by setting the option "value_strategy" to `ChoiceList::COPY_CHOICE`. - of choices in a choice field has changed. Instead of appending the choice - value, a generated integer is now appended by default. Take care if your - Javascript relies on that. If you can guarantee that your choice values only - contain ASCII letters, digits, letters, colons and underscores, you can - restore the old behaviour by setting the option "index_strategy" of the - choice field to `ChoiceList::COPY_CHOICE`.