django-translations
django-translations copied to clipboard
Unable to translate records with same foreign keys
Describe the bug I am trying to translate related fields of a model. but it only translated the first record and skipped the ones which are repeating.
To Reproduce
- create a model of Department with fields, department_name and their respective translations
- Create a model of employee with foreign key of department
- create multiple employees with same department and translate them
- you can see issue
Expected behavior It should translate all the department names
Screenshots It should translate both the records with 430000000001 number
Desktop (please complete the following information):
- OS: Ubuntu 2020.04
- Browser chrome