在django中更改字段的默认表单

时间:2016-03-26 00:10:18

标签: python django

我正在Django中编写应用程序,我的模型中有一个ManyToManyField,这将User模型与Event模型联系起来,但当我输入django admin时,ManyToManyField的默认表单显示所有在mi DB中注册的用户,我无法选择我想要选择的用户。

¿如何在管理网站中更改选择表单的默认表单?

这就是我所拥有的:

enter image description here

我想要这样的事情:

enter image description here

谢谢:)

1 个答案:

答案 0 :(得分:1)

您应在此类型的Admin类中使用filter_horizontal

这就像是:

l2 = (l1 + ofs) % (sample[-1] + 1)