django-garnett icon indicating copy to clipboard operation
django-garnett copied to clipboard

Doens't get required details from CharField

Open QixiaLu opened this issue 2 years ago • 0 comments

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

QixiaLu avatar Mar 31 '22 04:03 QixiaLu