Releases: infoportugal/wagtail-modeltranslation
Releases · infoportugal/wagtail-modeltranslation
v0.10b1
Merge branch 'django2'
v0.9.0
Bump version: 0.8.1 → 0.9.0
v0.8.1: Adds support for Wagtail 2.0
- Adds support for Wagtail 2.0;
- Create new
migrate_translation
management command that runs migrations andsync_page_translation_fields
; - Fix slug auto-population for translation with dash;
- Make localized
StreamField
optional; - Fix
change_lang
template tag to support multiple parameters;
v0.8: Merge pull request #168 from dmarcelino/modeltranslation_0_12_2
Update django-modeltranslation to v0.12.2 and bump version to 0.8
v0.6.0rc2
- added RichTextFieldPanel to the default list of patched panels
- added settings to allow the patching of custom panels
- slug auto-population is now made the same way as wagtail (no changes in live pages)
- Fixed: When adding a page link in a translated RichTextField the link was always to the default language version of that page
- Fixed: Copy content of streamfield fails with 414 Request-URI Too Long
- Fixed: Panel patching failed with the error "AttributeError: 'list' object has no attribute 'children'"
v0.6.0rc1
- django-modeltranslation is now a dependency.
- added compatibility with Python 3 (3.3, 3.4, 3.5).
- dropped support for wagtail versions prior to 1.4.
- Fixed: sometimes the required fields weren’t marked as so, raising an Exception not caught on the form.
- Fixed: Patch of panels when a custom edit_handler is defined.
- Fixed: set_url_method which caused to child of a page not being updated when the parent path changed.
- Fixed: Validation of duplicated slugs.
v0.4.2
v0.2.1
v0.2
0.1.4
Support for wagtailsearch and wagtailsnippets