-----------------
- Fixed `setup.load_type_from_package` when loading a Dexterity FTI because
it fails to purge old values.
Purging is disabled for `Dexterity FTI`, added new parameter `purge_actions=False`
that will remove the actions for a `Dexterity FTI` so it is reloaded in correct order.
[gbastien]
- Improved `transmogrifier.str_to_date` with min and max
[sgeulette]
- Fixed `ValueError: 'value' is not in list` in `content.sort_on_vocab_order`
when a value of given `p_values` does not exist in the given `p_vocab`.
[gbastien]