Django Model Forms

Hello everyone, I am trying to make a multiple choice field from model form but I cant. Is there any way to do it?
Thank you :slight_smile:

Hey there!
Yes you can, it’s documented at:
Form Fields β†’ Fields which handle relationships
You specially want to review this section: ModelMultipleChoiceField

2 Likes