django-modeltranslation
django-modeltranslation copied to clipboard
Admin display list translate labels
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 |