About Checkbox Lists for Many-to-many Relations in Administration
If you have a many-to-many relationship with a few choices, it makes sense to list the choices as a checkbox list. To do that, use formfield_overrides
as follows:
1 2 3 4 5 6 7 |
|
Just make sure not to list the many-to-many fields in raw_id_fields
or autocomplete_fields
.
If you want to set the CheckboxSelectMultiple
widget only to one specific many-to-many relation of a model, you can overwrite the ModelForm
for the admin and specify the field with that widget there.
Tips and Tricks Programming Django 3.2 Django 2.2 Django 1.11 Django 1.8
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.