Model name and instance value translations are (mostly) possible with __str__. It probably isnt wise, but it can help with third-party apps that have hard-coded strings, especially Enums.
Probably need to understand the context that __str__ is being invoked.
Model name and instance value translations are (mostly) possible with
__str__
. It probably isnt wise, but it can help with third-party apps that have hard-coded strings, especially Enums.Probably need to understand the context that
__str__
is being invoked.