Open Henri-J-Norden opened 3 months ago
A custom field client is added to the ModelForm of the model TransferOrder.
client
ModelForm
TransferOrder
Before this results in an exception:
FieldDoesNotExist django.core.exceptions.FieldDoesNotExist: TransferOrder has no field named 'client'
After: Custom fields are ignored
Fixes
Proposed changes:
Tested manually:
A custom field
client
is added to theModelForm
of the modelTransferOrder
.Before this results in an exception:
After: Custom fields are ignored