Hi!
Thank you very much for this answer, but that's not what I'm talking about.
I know that you must include the management form in the template, that's not the problem.
I worry about a malicious user (i.e., a hacker) that would purposely temper the management form in order to raise an exception on the server.
For example, he could write a loop can call "curl -X POST" repeatedly, which would flood the admins with "Internal Server Error" emails.
This is possible because BaseFormSet.is_valid() raises an exception when it should return False as a regular form.
Best Regards,
Benoit