django-translations
django-translations copied to clipboard
How can I check if a translated field exists (is filled) for specific language?
This is probably not thge better place to ask, but...
- I have the field "name" on TranslatableMeta for the model.
- I have three languages (pt, en and es)
How can I validate if the field is actually translated for some language?