Hello everyone,
Sorry to bother cause I did a ticket and got an answer by Tim Graham.
https://code.djangoproject.com/ticket/23760
But I wonder what's the philosophy of the Django developers community on
this ticket.
If Tim Graham want to be more explicit here, I would be really happy to
read from all of you.
From my point of view, in many case it's not a developer error, it can
be a template problem, a
generation of the data not updated before handled to the form __init__
problem, or so much
more.
Plus, it's not "new django developer" friendly.
If the object created, even though there's missing fields in the form,
can created the object
attribute with the default one, it would be much more friendly.
Thank you