Is it possible to add/use a widget to/for an extension?
def group(cls, admin_cls):
cls.add_to_class('group',
models.ManyToManyField(
Group,
widget=?????
))
I want to use Django's FilteredSelectMultiple for the many to many field.