[Answer]-Django ModelForm not detecting field

1👍

Could you try adding a trailing comma in your exclude field list. Let us know the result.

exclude = ('field1_group', )

Leave a comment