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
Hi,
In case of
{{ formset }}
no probs. but in case of
*{{ formset.management_form }}*
{% for form in formset %}
{{ form }}
{% endfor %}
*{{ formset.management_form }} is required and of course * {%
csrf_token %}. Ref https:
Hi,
>From what I understand, Form.is_valid() must return False when the form is
invalid or incomplete.
BaseFormSet, however, raises a ValidationError with the message
"ManagementForm data is missing or has been tampered with," when the
management form has been tampered.
I think this is incor
3 matches
Mail list logo