Skip to content

Releases: infoportugal/wagtail-modeltranslation

v0.10b1

01 Feb 17:01
Compare
Choose a tag to compare
v0.10b1 Pre-release
Pre-release
Merge branch 'django2'

v0.9.0

01 Feb 17:01
Compare
Choose a tag to compare
Bump version: 0.8.1 → 0.9.0

v0.8.1: Adds support for Wagtail 2.0

15 Mar 11:20
Compare
Choose a tag to compare
  • Adds support for Wagtail 2.0;
  • Create new migrate_translation management command that runs migrations and sync_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

30 Jan 10:07
77b352e
Compare
Choose a tag to compare
Update django-modeltranslation to v0.12.2 and bump version to 0.8

v0.6.0rc2

08 May 16:25
Compare
Choose a tag to compare
v0.6.0rc2 Pre-release
Pre-release
  • 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

07 Mar 14:24
Compare
Choose a tag to compare
v0.6.0rc1 Pre-release
Pre-release
  • 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

23 Dec 12:22
Compare
Choose a tag to compare

v0.2.1

10 Aug 13:47
Compare
Choose a tag to compare

v0.2

04 Aug 16:48
Compare
Choose a tag to compare

0.1.4

06 Jul 13:51
Compare
Choose a tag to compare

Support for wagtailsearch and wagtailsnippets