ManyToMany 字段的 Django 自定义小部件
有谁知道有一个显示 2 个选择框的小部件。一个显示模型中所有对象的列表,另一个显示已选择的对象。然后,用户可以从第一个列表中选择一个对象,单击>>>按钮。按钮将其移动到“选定”列表。然后,当保存表单时,所选列表中的对象将保存在多对多字段中。
谢谢
Does anyone know of a widget that displays 2 select boxes. One shows a list of all object in a model and the other shows the objects which have been selected. The user can then select an object from the first list, click an >> button which moves it to the 'selected' list. Then when the form is saved the objects in the selected list are saved in the manytomany field.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
django.contrib.admin.widgets.FilteredSelectMultiple
django.contrib.admin.widgets.FilteredSelectMultiple