wagtail-modeltranslation/wagtail_modeltranslation
Diogo Marques 238e265ec7
Merge pull request #153 from dmarcelino/fix_makemigrations
Fix makemigrations bug when Page has dependencies
2018-01-03 15:05:02 +00:00
..
makemigrations Adds sub-module makemigrations to override django's 'makemigrations' 2017-12-22 11:40:03 +00:00
management Merge pull request #153 from dmarcelino/fix_makemigrations 2018-01-03 15:05:02 +00:00
static/wagtail_modeltranslation Added code from PR #80. 2017-03-08 15:01:05 +00:00
templatetags Please Travis: fix "ImportError: No module named contextlib" 2017-12-23 17:19:02 +00:00
tests Remove .specific calls from set_translation_url_paths command 2018-01-03 12:04:16 +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 update_untranslated_descendants_url_paths: reduce number of DB queries 2018-01-02 18:29:53 +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 Move Page translation fields to Page table (breaking changes!) 2017-12-22 11:40:03 +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