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.
我试图在继承StackedInline的类中显示不同的字段,具体取决于它是新实例还是现有实例(即添加或更改表单)。我知道在继承ModelAdmin的类中,我可以重写get_form方法来实现这一点,如此处所述。查看django 文档并没有说get_form是InlineModelAdmin options下的共享功能。那么有没有办法让我显示不同的字段以在内联中添加和更改?我是新手。任何帮助是极大的赞赏。
因为那些使用表单集。改写get_formset。