Relative Content

Tag Archive for pythondjangodjango-modelsdjango-formsdjango-templates

forms.ModelMultipleChoiceField with widget=FilteredSelectMultiple not working on custom new Django Admin

I am trying to show the forms.ModelMultipleChoiceField on custom new admin form page but it doesn’t seem to show it the way it is showing on the Django page that was already made e.g. model product django admin page.
Mine forms.ModelMultipleChoiceField is looking like this:
Shows how my forms.ModelMultipleChoiceField looks like
When it should look like this:
Shows how forms.ModelMultipleChoiceField should look like

forms.ModelMultipleChoiceField with widget=FilteredSelectMultiple not working on custom new Django Admin

I am trying to show the forms.ModelMultipleChoiceField on custom new admin form page but it doesn’t seem to show it the way it is showing on the Django page that was already made e.g. model product django admin page.
Mine forms.ModelMultipleChoiceField is looking like this:
Shows how my forms.ModelMultipleChoiceField looks like
When it should look like this:
Shows how forms.ModelMultipleChoiceField should look like