malexeev

Results 6 comments of malexeev

Commenting here since #238 has been closed. I think a management command like update_translation_fields might not be enough. Imagine an active legacy system, maintained by multilingual staff. Original field is...

Yes, I think that would be perfect solution.

Great, seems to be almost working. There is a small problem with creating (inserting) new objects - it leaves original empty. Say, original field has a "not null" db constraint...

Great, now it seems to be working just fine!

Ok, we will be testing it and I will let you know about the results.

I think this is correct behavior - you need to provide explicit translations for every language or use "populate" (https://django-modeltranslation.readthedocs.org/en/latest/usage.html#auto-population). In general - we've been using this branch for a...