gpt4 book ai didi

python - 更改 django 中字段的默认形式

转载 作者:太空宇宙 更新时间:2023-11-03 16:46:55 25 4
gpt4 key购买 nike

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

如何更改管理站点中选定表单的默认表单?

这就是我所拥有的:

enter image description here

我想要这样的东西:

enter image description here

谢谢:)

最佳答案

您应该使用filter_horizontal在该模型的 Admin 类中。

那就是这样的:

class EventAdmin(admin.ModelAdmin):
filter_horizontal = ('participantes',)

关于python - 更改 django 中字段的默认形式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36230066/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com