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:
2 matches
Mail list logo