deschler / django-modeltranslation

Translates Django models using a registration approach.
BSD 3-Clause "New" or "Revised" License
1.34k stars 257 forks source link

MODELTRANSLATION_AUTO_POPULATE problem #708

Open askurashev opened 8 months ago

askurashev commented 8 months ago

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.

last-partizan commented 8 months ago

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,