------------------
- PEP 8 cleanup.
- Don't raise RequiredMissing if a field's defaultFactory returns the field's
missing_value.
- Update ``boostrap.py`` to version 2.2.
- Add the ability to swallow ValueErrors when rendering a SimpleVocabulary,
allowing for cases where vocabulary items may be duplicated (e.g., due to
user input).
- Include the field name in ``ConstraintNotSatisfied``.