deschler/django-modeltranslation

MODELTRANSLATION_AUTO_POPULATE problem

askurashev opened this issue · 1 comments

Hello.
I use MODELTRANSLATION_AUTO_POPULATE = False in settings.py, but is no effect.

When I fill in the “description” field, then after saving the “description2” field is filled in automatically and vice versa.

False is default value.

If you believe there is a problem, provide repository with minimal reproduction. Or fork this repo and add test showing your bug,