wagtail-modeltranslation/wagtail_modeltranslation
Dario Marcelino 69ae7dfbd8 #175: Override Migrate command
To additionaly run `sync_page_translation_fields`
To silence any missing migrations warnings
2018-02-23 15:35:32 +00:00
..
makemigrations Adds sub-module makemigrations to override django's 'makemigrations' 2017-12-22 11:40:03 +00:00
management #175: Override Migrate command 2018-02-23 15:35:32 +00:00
migrate #175: Override Migrate command 2018-02-23 15:35:32 +00:00
static/wagtail_modeltranslation Added code from PR #80. 2017-03-08 15:01:05 +00:00
templatetags #176: remove context['request'] to prevent KeyError 2018-02-20 18:13:38 +00:00
tests #170: only test StreamField required for wagtail 1.12 and above 2018-02-14 19:09:50 +00:00
__init__.py Refactored all existing code to use modeltranslation as a dependency. 2017-02-21 12:53:40 +00:00
apps.py Adds tag slugurl_trans and drop attempts to patch slugurl 2017-12-22 21:58:25 +00:00
contextlib.py Adds tag slugurl_trans and drop attempts to patch slugurl 2017-12-22 21:58:25 +00:00
patch_wagtailadmin.py #170: make localized StreamFields default to optional 2018-02-14 18:08:22 +00:00
settings.py Remove slug .pre_save() patch since it's no longer relevant 2018-01-03 19:01:12 +00:00
translation.py Remove extraneous Meta class from PageTR 2018-01-05 19:02:25 +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