Closed andykingking closed 1 year ago
Adds the option to specify field option overrides by final field type, e.g.:
'field_type_options': { 'models.DecimalField': ['max_digits=20'], }
NOTE: Includes commit from PR #6
@andykingking Thanks! Sorry it took so long.
Adds the option to specify field option overrides by final field type, e.g.:
NOTE: Includes commit from PR #6