-----------------
- Added `PrettyLinkWithAdditionalInfosColumn.ai_reloaded_fields` functionnality:
this will force update cached widget and remove its terms if any, this is
useful when using a context aware vocabulary.
[gbastien]
- Removed the `PrettyLinkWithAdditionalInfosColumn` `get_ai_xxx` accessors,
access the attribute directly instead.
[gbastien]
- Added attribute `BaseColumn.the_object=False`, this means that we are getting
the information on the object and not on the brain.
Removed recently added columns `AwakeObjectVocabularyColumn` and
`AwakeObjectAbbrColumn`, simply use `the_object=True` in this case.
[gbastien]