merged branch jakzal/UpgradeFix (PR #4229)

Commits
-------

942cfc7 [Form] Removed index_generation mention from the UPGRADE instructions as the option no longer exists.

Discussion
----------

[Form] Removed index_generation mention from the UPGRADE instructions

The index_generation option no longer exists.

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: [![Build Status](https://secure.travis-ci.org/jakzal/symfony.png?branch=UpgradeFix)](http://travis-ci.org/jakzal/symfony)
Fixes the following tickets: #4108

---------------------------------------------------------------------------

by travisbot at 2012-05-08T13:05:58Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1275789) (merged 942cfc7a into e54f4e46).
This commit is contained in:
Fabien Potencier 2012-05-10 07:17:24 +02:00
commit 82b3cdc0b9

View File

@ -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: