Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在模型定义中为模型设置自定义小部件?
例如,有一个模型 ModelA 引用模型 ModelB,我希望 ModelA 的 modelForm 使用 ModelB 定义的自定义小部件自动将引用字段呈现给 ModelB。
背后的用例是创建可重用应用程序,其中可重用应用程序应为使用该应用程序的开发人员提供表单字段小部件。
是的,如果您覆盖该字段:为模型字段指定表单字段。