Wagtailtrans 0.1.2 release notes¶
What is new¶
This release mainly fixes some annoying bugs and brings full support for wagtail 1.8 and 1.9.
Features¶
- Add new
wagtailtranslogo.- Add admin view for translating with
WAGTAILTRANS_SYNC_TREE = False, prevents issues with not having a_metaon theTranslationForm.- Update
TranslationMiddlewareto also use theAccept-LanguageHTTP header- Fix: Update middleware to prevent errors on empty database
- Fix: backwards compatibility with Django 1.8 for
wagtailtrans.templatetags
Backwards incompatible changes¶
Wagtail 1.6¶
This release drops support for Wagtail 1.6, most things should probably still work, but it’s not supported for bugfixes anymore.