Hi guys, how are you?
I have a migration problem with django-modeltranslation.
I did setup with es as default language and en and tr as other languages, i have a database with original fields in spanish, i mean, al information are in spanish. So, i did the migration and all is well but, es fields hadn't any information!!!
I supouse that when i do migration all es fields will have the original fields informatión, but not, isn't it :'(
What's happen with this? What did i wrong? Can anyone help me? Thanks.