Django:打印“+”的代码在哪里?靠近外键的图标?

发布于 2024-08-19 21:48:53 字数 205 浏览 6 评论 0原文

我找不到代码的哪一部分打印靠近每个外键字段的“+”。

fieldset.html 中只有对 {{ field.field }} 的调用,但在文件 django/forms/widgets.py 中打印选择的代码不包含该代码,所以我认为有一段管理外键的代码:它在哪里?

谢谢, 乔万尼

I cannot find which part of code print the "+" that is close to every foreign key field.

In fieldset.html there is only the call to {{ field.field }}, but in the file django/forms/widgets.py the code that prints the select, doesn't contain that code, so I suppose that there is a piece of code that manage the foreign key: where is it?

Thanks,
Giovanni

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

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

发布评论

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

评论(1

来日方长 2024-08-26 21:48:53

假设您指的是管理界面,您应该在django/contrib/admin/widgets.py中查找它,

类名为RelatedFieldWidgetWrapper

Assuming you are referring to the admin interface, you should look for it in django/contrib/admin/widgets.py

The class name is RelatedFieldWidgetWrapper

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