* ADDED: CSS support for bi-directional languages to TranslationAdmin using mt-bidi class. (resolves issue 317, thanks oliphunt) * ADDED: A decorator to handle registration of models. (resolves issue 318, thanks zenoamaro)
* FIXED: Handled annotation fields when using values_list. (resolves issue 321, thanks Lukas Lundgren)
0.9.1
* FIXED: Handled deprecation of _meta._fill_fields_cache() for Django 1.8 in add_translation_fields. (resolves issue 304, thanks Mathias Ettinger and Daniel Loeb) * FIXED: Handled deprecation of transaction.commit_unless_managed for Django 1.8 in sync_translation_fields management command. (resolves issue 310) * FIXED: Fixed translatable fields discovery with the new _meta API and generic relations for Django 1.8. (resolves issue 309, thanks Morgan Aubert)