Relative Content

Tag Archive for pythondjango

How can I use FilteredSelectMultiple widget in a django custom form?

I’m trying to use Django’s FilteredSelectMultiple widget in a custom form. This widget is used in the Django admin for fields like Permissions (e.g., http://127.0.0.1:8000/admin/auth/group/add/), where there are two boxes: one for available options and another for selected options.

How can I use FilteredSelectMultiple widget in a django custom form?

I’m trying to use Django’s FilteredSelectMultiple widget in a custom form. This widget is used in the Django admin for fields like Permissions (e.g., http://127.0.0.1:8000/admin/auth/group/add/), where there are two boxes: one for available options and another for selected options.

How can I use FilteredSelectMultiple widget in a django custom form?

I’m trying to use Django’s FilteredSelectMultiple widget in a custom form. This widget is used in the Django admin for fields like Permissions (e.g., http://127.0.0.1:8000/admin/auth/group/add/), where there are two boxes: one for available options and another for selected options.