django TypeError: __init__() got an unexpected keyword argument 'type' code example
Example: django TypeError: __init__() got an unexpected keyword argument 'attrs'
file = forms.FieldField(widget=forms.FileInput(attrs={'class': 'rounded_list'}))
file = forms.FieldField(widget=forms.FileInput(attrs={'class': 'rounded_list'}))