How do you deal with the id fields of forms created using Django’s inlineformset_factory?
I am trying to save multiple forms via inlineformset_factory but it is not saving any data. And the formset is also returning other fields, like the ID field. inlineformfactories are also returning other foreignkey fields. As for the id field, is it a special form field or a django model field?