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