~~~~~~~~~~~~~~~~~~~
- Added documentation.
- Converted the ``TranslatedField`` into a descriptor, and made
available a few useful fields on the descriptor instance.
- Made it possible to set the value of the current language's field, and
added another keyword argument for replacing the default
``attrsetter``.
- Made ``to_attribute`` fall back to the current language.
- Added exports for ``to_attribute``, ``translated_attrgetter`` and
``translated_attrsetter`` to ``translated_fields``.
- Added an ``attrgetter`` argument to ``translated_attributes``.