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

Doens't get required details from CharField #71

Open QixiaLu opened 2 years ago

QixiaLu commented 2 years ago

After changing CharField into Translated(CharField(max_length = 10)), it doesn't return 'allow_blank' and 'null' attributes of the field.