Each term will be (value=canonical_name, token=title, title=title)
This is needed because at certain cases (e.g. in from_xml()) it would be helpfull to perform a lookup by the exact title (i.e. using by_token mapping of SimpleVocabulary).
This change requires several changes in template code and vocabulary loaders.
Each term will be (value=canonical_name, token=title, title=title)
This is needed because at certain cases (e.g. in from_xml()) it would be helpfull to perform a lookup by the exact title (i.e. using
by_token
mapping ofSimpleVocabulary
).This change requires several changes in template code and vocabulary loaders.