Django Garnett is a field level translation library that allows you to store strings in multiple languages for fields in Django - with minimal changes to your models and without having to rewrite your code.
When a TranslatedField is not submitted it should be set to a dictionary mapping the current language to the default of the inner character fields. This could be implemented as a partial object that calls some function to do the wrapping, since partial is serializable by the django migration system.
When a
TranslatedField
is not submitted it should be set to a dictionary mapping the current language to the default of the inner character fields. This could be implemented as a partial object that calls some function to do the wrapping, since partial is serializable by the django migration system.