You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solved this by adding error message 'invalid' after creating the field
field = FormSetField(formset_factory(...
field.error_messages.update({'invalid': 'invalid'})
The text was updated successfully, but these errors were encountered:
I solved this by adding error message 'invalid' after creating the field
field = FormSetField(formset_factory(...
field.error_messages.update({'invalid': 'invalid'})
The text was updated successfully, but these errors were encountered: