I am new to Django and I think I am missing this in the docs. The problem is that in inline-formset I dont declare a form, just pass two models to construct it. I want
You need to define a form and update widget in the Meta class. Look at Overriding the default field types or widgets
Meta