Aristotle-Metadata-Enterprises / django-garnett

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.
https://django-garnett.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
81 stars 3 forks source link

Generate default based on inner field #46

Closed harrywhite4 closed 3 years ago

harrywhite4 commented 3 years ago

This makes TranslatedField's use default from inner field with current language

This fixes #45