Admin display list translate labels
Closed this issue · 1 comments
Khrrousheh commented
What: The original field of the translatable model does not appear.
Where: django admin panel version 4.2.15.
When: the admin panel's language diffetent from the model's field language.
Expected Behavior | Actual Behavior |
---|---|
the original title appear if the language’s not define in the model form | the title appear based on the define language in the model form |
last-partizan commented
It looks like you might have forgotten to use the update_translation_fields
command.
This command updates empty translation fields using values from the original fields, ensuring that the translated fields are populated correctly.
Please try running python manage.py update_translation_fields
.