django-xadmin中这种左右两个框的多选框是怎么做出来的?
from django.contrib.admin.widgets import FilteredSelectMultiple
xadmin怎样实现呀
Models里用ManyToMany进行关联,再在adminx里配置m2m就行