Create django grouped select field for ModelChoiceField or ModelMultipleChoiceField
Django forms's builtin fields like ChoiceField, ModelChoiceField use by default forms.Select widget, but what we do if we need a Select with grouped options.
I found this awesome snippets that's helped me to achieve this, just in my case I needed to ...
blog.mounirmesselmeni.de2 min read