From 942cfc7a0631496da7e75cfbda67c426ef4129e6 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 8 May 2012 13:56:34 +0100 Subject: [PATCH] [Form] Removed index_generation mention from the UPGRADE instructions as the option no longer exists. --- UPGRADE-2.1.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index 9e82c776c2..e539b09e97 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -223,8 +223,7 @@ has changed. The `choices` variable now contains ChoiceView objects with two getters, - `getValue()` and `getLabel()`, to access the choice data. The indices of the - array are controlled by the choice field's `index_generation` option. + `getValue()` and `getLabel()`, to access the choice data. Before: