wagtail-modeltranslation/wagtail_modeltranslation
2019-06-06 15:59:25 +01:00
..
makemigrations Adds sub-module makemigrations to override django's 'makemigrations' 2017-12-22 11:40:03 +00:00
management Merge pull request #178 from dmarcelino/migrate 2018-03-14 15:13:00 +00:00
migrate #175: Override Migrate command 2018-02-23 15:35:32 +00:00
static/wagtail_modeltranslation Auto populate slug when not translated 2019-02-05 10:59:51 +00:00
templatetags #191, Django 2 compatibility 2018-04-24 16:42:07 +01:00
tests Hotfix: missing import 2019-02-01 14:36:48 +00:00
__init__.py Updated docs; 2019-03-21 17:10:58 +00:00
apps.py Fixes error on apps.py: TypeError: can only concatenate list (not "tuple") to list 2019-03-21 10:47:32 +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 Allows patching admin interface for all models registered for translation 2019-06-06 15:59:25 +01:00
settings.py Adds setting to translate slugs (default True) 2018-06-21 12:10:17 +01:00
translation.py Moving translatable Page fields definition to the class 2018-08-21 14:20:10 +01:00
utils.py Updated docs for v0.6.0rc2 2017-05-08 16:52:52 +01:00
wagtail_hooks.py Auto populate slug when not translated 2019-02-05 10:59:51 +00:00