I use django-modeltranslation to translate some text fields into several languagues. This works well. Now I want to implement django-ckeditor and this is working for not translated field as well. Problem is with fields which is translated (this fields are registered in translation.py).
Does anybody using these two apps together? Is there something to do to get translated text fields working with ckeditor?