From bfb62c0c90e9a837f0eb0d0e60b35a406748ca20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1rio?= Date: Thu, 28 Dec 2017 19:48:15 +0000 Subject: [PATCH] Adds caveat to README [ci skip] --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index abc6a66..05dda81 100755 --- a/README.rst +++ b/README.rst @@ -35,6 +35,15 @@ Features - StreamFields are now supported! +Caveat +====== + +:code:`wagtail-modeltranslation` patches Wagtail's :code:`Page` model with translations fields +:code:`title_xx`, :code:`slug_xx`, :code:`seo_title_xx`, :code:`search_description_xx` and :code:`url_path_xx` where "xx" represents the language code for each translated language. This +is done without migrations through command :code:`sync_page_translation_fields`. Since :code:`Page` model belongs to +Wagtail it's within the realm of possibility that one day Wagtail may add a conflicting field to :code:`Page` thus interfering with :code:`wagtail-modeltranslation`. + + Quick start ===========