mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-14 10:13:16 +00:00
105 lines
2.5 KiB
ReStructuredText
105 lines
2.5 KiB
ReStructuredText
-----------------------------------
|
|
Change Log
|
|
-----------------------------------
|
|
|
|
v0.3.5:
|
|
- Fixed URL property return None
|
|
|
|
v0.3.4:
|
|
- Fixed update_translation_fields: added support to foreign keys (#42)
|
|
|
|
v0.3.3:
|
|
- Added ImageChooserPanel compability (#34)
|
|
- use build_localized_fieldname insetead using "%s_%s" only (#40)
|
|
|
|
v0.3.2:
|
|
- Fixed route() method issue causing invalid field lookup;
|
|
|
|
v0.3.1:
|
|
- Add support to snippets, using SnippetsTranslationMixin
|
|
|
|
v0.3:
|
|
- Fix conflicts in migrations with wagtailcore migrations. Now translated fields lives only on Page child classes tables;
|
|
|
|
v0.2.4:
|
|
- Fix missing Site class import;
|
|
- Fix missing reverse function import;
|
|
|
|
v0.2.3:
|
|
- Add workaround for InlinePanel AttributeError (#31);
|
|
- Added support to widget declarations on FieldPanel;
|
|
- Fixed missing templatetags folder on pypi package;
|
|
|
|
v0.2.2:
|
|
- Added duplicate content buttons to translated StreamFieldPanels;
|
|
|
|
v0.2.1:
|
|
- Fixed missing templatetags folder on pypi package;
|
|
|
|
v0.2:
|
|
- Support for StreamFields;
|
|
- No more django-modeltranslation dependency;
|
|
|
|
v0.1.5
|
|
|
|
- Fixed required fields related bug
|
|
|
|
v0.1.4
|
|
|
|
- Support for wagtailsearch and wagtailsnippets
|
|
|
|
v0.1.3
|
|
|
|
- Support for translated inline panels #8: https://github.com/infoportugal/wagtail-modeltranslation/issues/8
|
|
|
|
v0.1.2
|
|
|
|
- Fixed Problem updating field with null value #6: https://github.com/infoportugal/wagtail-modeltranslation/issues/6
|
|
|
|
v0.1.1
|
|
|
|
- Fixed url_path issue caused by a browser with language different from settings.LANGUAGE_CODE
|
|
|
|
v0.1
|
|
|
|
- Minor release working but lacks full test coverage.
|
|
- Last version had required fields validation problems, now fixed.
|
|
|
|
v0.0.9
|
|
|
|
- Fixed issue that causes duplicated translation fields, preventing auto-slug from working properly.
|
|
|
|
v0.0.8
|
|
|
|
- Fixed issue related to deleting a non existing key on PAGE_EDIT_HANDLER dict
|
|
|
|
v0.0.7
|
|
|
|
- Fixed set_url_path() translatable model method
|
|
|
|
v0.0.6
|
|
|
|
- Fixed js issue related to auto-generating slugs
|
|
|
|
v0.0.5
|
|
|
|
- Now using django-modeltranslation 0.9.1;
|
|
- Fixed problem related to slug field fallbacks;
|
|
|
|
v0.0.4
|
|
|
|
** IMPORTANT: ** make sure that TranslationMixin comes before Page class on model inheritance
|
|
|
|
- Fix enhancement #1: url_path translation field
|
|
- Now includes a template tag that returns current page url to corresponding translated url
|
|
- New management command to update url_path translation fields - **set\_translation\_url\_paths**
|
|
|
|
v0.0.3
|
|
|
|
- New methods;
|
|
- Now supports required fields;
|
|
- Fixed issue related to browser locale;
|
|
|
|
v0.0.2
|
|
|
|
- Prepopulated fields now works for translated fields (title and slug)
|