wagtail-modeltranslation/wagtail_modeltranslation
Diogo Marques 7f028ffac8
Merge pull request #125 from WnP/fix-RemovedInWagtail113Warning
relative_url should accept a 'request' keyword argument.
2018-01-03 12:58:32 +00:00
..
management rename set_translation_url_paths.Command.handle_noargs to handle 2017-04-25 10:13:17 +03:00
static/wagtail_modeltranslation Added code from PR #80. 2017-03-08 15:01:05 +00:00
templatetags New tag: 'get_available_languages_wmt'. Use this template tag to get the current languages from MODELTRANSLATION_LANGUAGES (or LANGUAGES) from your setting file (or the default settings). 2017-07-17 14:40:41 +02:00
tests Fixes descendant_url_path on .save 2017-12-18 17:22:48 +00:00
__init__.py Refactored all existing code to use modeltranslation as a dependency. 2017-02-21 12:53:40 +00:00
apps.py Compatibility with Python 3. 2017-03-06 14:16:20 +00:00
patch_wagtailadmin.py Merge pull request #125 from WnP/fix-RemovedInWagtail113Warning 2018-01-03 12:58:32 +00:00
settings.py #141: patch Slug Field pre_save() to ensure slug value consistency 2017-12-12 12:26:02 +00:00
translation.py Fixed the search_fields patching for the new implementation. 2017-02-23 15:55:26 +00:00
translator.py Simplified process to make a translated field required. 2017-03-01 11:51:21 +00:00
utils.py Updated docs for v0.6.0rc2 2017-05-08 16:52:52 +01:00
wagtail_hooks.py Added code from PR #80. 2017-03-08 15:01:05 +00:00