Django:哪个是在管理页面中呈现外键的小部件?

发布于 2024-08-19 19:01:20 字数 166 浏览 2 评论 0原文

哪个小部件在管理站点中呈现外键?

我看到有一个名为 RelatedFieldWidgetWrapper 的小部件(仅打印“+”图标)和另一个用于 select 的小部件,但我认为有一个小部件可以同时调用这两个小部件渲染整个字段。

谢谢

Which is the widget that renders the foreign key in the admin site?

I saw that there is a widget called RelatedFieldWidgetWrapper (that print only the "+" icon) and another for the select, but I suppose that there is a widget that call both to render the entire field.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

戏剧牡丹亭 2024-08-26 19:01:20

relatedFieldWidgetWrapper只是包裹默认小部件,在本例中选择小部件。

RelatedFieldWidgetWrapper just wraps default widget, in this case Select widget.

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