Answer the question
In order to leave comments, you need to log in
Why are m2m not sent from the form?
Hello, for some reason the multiple choice fields from the form are not sent, what should I do?
Form Output
<form method="POST" class="post-form" enctype="multipart/form-data">{% csrf_token %}
{{ form|bootstrap}}
<button type="submit" class="save send">Сохранить</button>
</form>
class FarmEditFood(forms.ModelForm):
class Meta:
model = Ranch
fields = ('foods','category','ranchmode','typeprod','ranchmode', 'delivery','delivery2' )
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question