ManyToMany 字段的 Django 自定义小部件

发布于 2024-09-05 03:08:41 字数 147 浏览 3 评论 0原文

有谁知道有一个显示 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等风来 2024-09-12 03:08:41

django.contrib.admin.widgets.FilteredSelectMultiple

django.contrib.admin.widgets.FilteredSelectMultiple

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文